From 0dd7a4f22b32a0da6e6a7e2602901d05befd75f5 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 15 Jan 2016 23:43:59 +0100 Subject: awesome: use xscreensaver instead of xtrlock --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/rc.lua') 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), -- cgit v1.2.3