1
0
Fork 0

locking with lightdm is nonsensical - it just switches to login on another tty, I will be using slock from now on

This commit is contained in:
Von Random 2014-08-01 11:51:54 +04:00
parent bf7a07dc34
commit c8f8e68252

2
rc.lua
View file

@ -347,7 +347,7 @@ globalkeys = awful.util.table.join(
-- Glbal commands -- Glbal commands
awful.key({ modkey, }, 'x', function () awful.util.spawn(terminal) end), 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, }, '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({ 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({ }, '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) awful.key({ modkey, }, 'Print', function () awful.util.spawn('xfce4-screenshooter -fs /home/von/screenshots') end)