Add screen-locker
This commit is contained in:
parent
527a982bb2
commit
5fff35c645
2 changed files with 8 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue