]> git.rmz.io Git - dotfiles.git/commitdiff
use i3lock instead of slock
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 09:46:10 +0000 (10:46 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 09:46:10 +0000 (10:46 +0100)
awesome/bindings.lua

index 6b17723d0b9a3a359ca2d3480c75b9ca4b3d9409..6a72d0ba9c5ff5691c7ce73cf8446efd88ff17d6 100644 (file)
@@ -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