Add screen-locker

This commit is contained in:
Paul-Henri Froidmont 2020-02-23 21:40:47 +01:00
parent 527a982bb2
commit 5fff35c645
2 changed files with 8 additions and 2 deletions

View file

@ -86,7 +86,7 @@ myRemoveKeys = [
myAdditionalKeys = [
("M-q", kill),
("M-x", spawn "~/.xmonad/scripts/lock.sh"),
("M-x", spawn "i3lock -e -f -c 000000 -i ~/.wallpaper.png"),
("M-S-h", sendMessage (IncMasterN 1)),
("M-S-l", sendMessage (IncMasterN (-1))),
("M-S-<Return>", windows W.swapMaster),