summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),