Add lock screen shortcut

This commit is contained in:
Evie Litherland-Smith 2023-04-05 09:06:51 +01:00
parent f5fae9b428
commit 353f307d31

View file

@ -3,6 +3,12 @@
services.sxhkd = {
enable = true;
keybindings = {
"alt + shift + l" = ''
scrot -z /tmp/i3lock.png;\
convert /tmp/i3lock.png -blur \"15x12\" /tmp/i3lock.png;\
i3lock -i /tmp/i3lock.png;\
rm /tmp/i3lock.png
'';
"super + w" = "firefox";
"super + Return" = "kitty";
"alt + shift + Return" = "xfce4-terminal --drop-down";