summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs/awesomecfg/kiosk.lua
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-13 11:34:28 +0100
committermakefu <github@syntax-fehler.de>2018-03-13 11:34:28 +0100
commit28324a02d902b0ca31a383f162c585fb8f9b2972 (patch)
tree80799e71a2e1655df9b0d9024f18d83ddbc8f8f5 /makefu/5pkgs/awesomecfg/kiosk.lua
parent325be7a661a4bb34d1e2c2cc7332916741cf1a4b (diff)
ma awesome: make locker configurable
Diffstat (limited to 'makefu/5pkgs/awesomecfg/kiosk.lua')
-rw-r--r--makefu/5pkgs/awesomecfg/kiosk.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/awesomecfg/kiosk.lua b/makefu/5pkgs/awesomecfg/kiosk.lua
index ec255a8a..d0261f79 100644
--- a/makefu/5pkgs/awesomecfg/kiosk.lua
+++ b/makefu/5pkgs/awesomecfg/kiosk.lua
@@ -331,8 +331,8 @@ globalkeys = awful.util.table.join(
-- Prompt
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),
-- awful.key({ modkey }, "r", function () awful.util.spawn( "dmenu_run" ) end ),
- awful.key({ modkey,"Control" }, "BackSpace", function () awful.util.spawn("xlock -mode blank") end),
- awful.key({ }, "XF86ScreenSaver", function () awful.util.spawn("xlock -mode blank") end),
+ awful.key({ modkey,"Control" }, "BackSpace", function () awful.util.spawn("@locker@") end),
+ awful.key({ }, "XF86ScreenSaver", function () awful.util.spawn("@locker@") end),
awful.key({ modkey }, "x",
function ()