~mkelly/config

a6a4ad724e57ef2b800c883cfe66d8455e10e4ba — Michael Kelly 4 months ago 28a6b86
[setup notes] More notes, PAM config tweaks
1 files changed, 12 insertions(+), 2 deletions(-)

M setup-notes.md
M setup-notes.md => setup-notes.md +12 -2
@@ 1,14 1,17 @@
# Setup Notes

## Packages
Base setup:

**Base setup:**
git
gnupg
tmux
vim
neovim

GUI machine with Sway:
Terminal emulators: foot and alacritty are both nice.

**GUI machine with Sway:**
lxqt-policykit
network-manager-applet
dunst


@@ 18,3 21,10 @@ fontawesome5-fonts
grimshot
rofi
blueman

In `/etc/pam.d/swaylock`:
```
# See https://github.com/swaywm/swaylock/issues/61#issuecomment-965175390
auth            sufficient      pam_unix.so try_first_pass likeauth nullok
auth            sufficient      pam_fprintd.so
```