From: Samir Benmendil Date: Sat, 4 Jan 2014 09:46:10 +0000 (+0100) Subject: use i3lock instead of slock X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8cf8042cb57edbb51072a37cbcaaf455a902b9b4 use i3lock instead of slock --- 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