From c8f8e682522c4592ce899a487611aeeade102b41 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 1 Aug 2014 11:51:54 +0400 Subject: [PATCH] locking with lightdm is nonsensical - it just switches to login on another tty, I will be using slock from now on --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 7331a7f..33f2c63 100644 --- a/rc.lua +++ b/rc.lua @@ -347,7 +347,7 @@ globalkeys = awful.util.table.join( -- Glbal commands awful.key({ modkey, }, 'x', function () awful.util.spawn(terminal) end), awful.key({ modkey, }, 'q', function () awful.util.spawn('/home/von/.local/bin/ticket_watch') end), - awful.key({ modkey, }, 'z', function () awful.util.spawn('dm-tool lock') end), + awful.key({ modkey, }, 'z', function () awful.util.spawn('slock') end), awful.key({ modkey, }, 'F6', function () awful.util.spawn('/home/von/touchpad_hotkey.sh') end), awful.key({ }, 'Print', function () awful.util.spawn('xfce4-screenshooter -ws /home/von/screenshots') end), awful.key({ modkey, }, 'Print', function () awful.util.spawn('xfce4-screenshooter -fs /home/von/screenshots') end)