summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--awesomerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesomerc b/awesomerc
index 8bc7b70..3d8e011 100644
--- a/awesomerc
+++ b/awesomerc
@@ -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" }