Replaced xscreensaver with slock

This commit is contained in:
Stefan Ritter 2009-05-26 14:27:31 +02:00
parent 668f1662f4
commit 5ec5c2c72d

View file

@ -58,7 +58,7 @@ mouse {
keys {
key { modkey = {"Mod1"} key = "q" command = "spawn" arg = "`dmenu_path | dmenu` && eval \"exec $exe\"" }
key { modkey = {"Mod1"} key = "Return" command = "spawn" arg = "exec x-terminal-emulator" }
key { modkey = {"Mod1"} key = "l" command = "spawn" arg = "exec xscreensaver-command -lock" }
key { modkey = {"Mod1"} key = "l" command = "spawn" arg = "exec slock" }
key { modkey = {"Mod1"} key = "k" command = "spawn" arg = "exec amixer -c 0 set PCM 2dB+" }
key { modkey = {"Mod1"} key = "s" command = "spawn" arg = "exec amixer -c 0 set PCM 2dB-" }
key { modkey = {"Mod1"} key = "space" command = "tag_setlayout" arg = "+1" }