summaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2016-01-15 23:43:59 +0100
committerReiner Herrmann <reiner@reiner-h.de>2016-01-15 23:43:59 +0100
commit0dd7a4f22b32a0da6e6a7e2602901d05befd75f5 (patch)
tree91f98086d1bde2f47341e243b250e8f61034f45b /awesome
parentb18d902f5ee7c9dba6ddc615980f2b0a908d0495 (diff)
awesome: use xscreensaver instead of xtrlock
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index a8fa26f..c41b962 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -318,7 +318,7 @@ globalkeys = awful.util.table.join(
-- Standard program
awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
awful.key({ modkey, }, "c", function () awful.util.spawn("/home/reiner/Apps/bin/osdcal.sh") end),
- awful.key({ modkey, "Mod1" }, "l", nil, function () awful.util.spawn("xtrlock") end),
+ awful.key({ modkey, "Mod1" }, "l", nil, function () awful.util.spawn("xscreensaver-command -lock") end),
awful.key({ modkey, "Control" }, "r", awesome.restart),
awful.key({ modkey, "Shift" }, "q", awesome.quit),