Skip to content
Snippets Groups Projects
Commit 22fb93f1 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add screenshot shortcuts

parent d62c86ed
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,10 @@ bindsym Shift+Print exec swaylock -c 00000000
#bindsym Shift+Print exec --no-startup-id ~/run/lock/winlock
#bindsym Ctrl+Print exec --no-startup-id ~/run/lock/blurlock
# screenshot
bindsym Ctrl+Print exec grim -g "$(slurp -o)"
bindsym Ctrl+Shift+Print exec grim -g "$(slurp)"
# suspend
bindsym $mod+Print exec systemctl suspend
exec swayidle -w before-sleep "swaylock -f -i $lockscreen"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment