summaryrefslogtreecommitdiff
path: root/lib/xmonad.hs
AgeCommit message (Collapse)Author
2022-02-01lock when yubikey is removedBen Sima
Took me forever but I figured out how to use udev rules to give xautolock permission to see the yubi when unlocking. Also triggers a systemd service that locks the screen when yubi is removed. I couldn't do this directly in a udev RUN becaues udev sucks at running programs as different users and with environment variables and such. This is still a bit buggy, I seem to consistently need to authenticate twice when unlocking, but I think that would be fixed if I get rid of the serviceConfig.User thing with some fancy scripting. And as a backup, added Super+Shift+L for manual locking.
2021-05-22Add dswitcher and cleanup xmonad a bitBen Sima
2020-12-30xmonad, xlayoutdisplay, and xbindkeysBen Sima
2020-11-30helium: use urxvt, fix xmonad, and pin nixpkgsBen Sima
2020-11-27tweak xmonad layouts, add ThreeColBen Sima
2020-04-04Just some cleanup refactoringBen Sima
2019-09-10fix xmonad keyBen Sima
2019-08-27reorganize, and some small fixesBen Sima