From 8cf8042cb57edbb51072a37cbcaaf455a902b9b4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 4 Jan 2014 10:46:10 +0100 Subject: [PATCH] use i3lock instead of slock --- awesome/bindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/bindings.lua b/awesome/bindings.lua index 6b17723..6a72d0b 100644 --- a/awesome/bindings.lua +++ b/awesome/bindings.lua @@ -77,7 +77,7 @@ globalkeys = awful.util.table.join( -- Menu awful.key({ modkey }, "w", function () mymainmenu:show({ coords = { x = 0, y = 0}}) end), -- Lock - awful.key({ modkey, "Control" }, "l", function () awful.util.spawn("slock") end), + awful.key({ modkey, "Control" }, "l", function () awful.util.spawn("i3lock -c 000000") end), -- Prompt awful.key({ modkey }, "space", function () mypromptbox[mouse.screen]:run() end), -- switch layout -- 2.48.1