summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-05-26 14:27:31 +0200
committerStefan Ritter <xeno@thehappy.de>2009-05-26 14:27:31 +0200
commit5ec5c2c72d450001be27750e7bc2ad58c2f8d9e6 (patch)
tree80f5b6f9f6eeb9e83a41550771a8649e863fbca9
parent668f1662f4cc1ed41e268aa8042dc9917815ff5a (diff)
Replaced xscreensaver with slock
Diffstat (limited to '')
-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" }