Replaced xscreensaver with slock
This commit is contained in:
parent
668f1662f4
commit
5ec5c2c72d
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue