slock -> i3lock because configurability
This commit is contained in:
parent
ecbb4e26d1
commit
fa47f43cfc
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -415,7 +415,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', false) end),
|
awful.key({ modkey, }, 'q', function () awful.util.spawn('/home/von/.local/bin/ticket_watch', false) end),
|
||||||
awful.key({ modkey, }, 'z', function () awful.util.spawn('bash -c "until slock; do :; done"') end),
|
awful.key({ modkey, }, 'z', function () awful.util.spawn('bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"') end),
|
||||||
awful.key({ modkey, }, 'F6', function () awful.util.spawn('/home/von/touchpad_hotkey.sh', false) end),
|
awful.key({ modkey, }, 'F6', function () awful.util.spawn('/home/von/touchpad_hotkey.sh', false) 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)
|
||||||
|
|
Loading…
Reference in a new issue