Change keybindings for screenshots
This commit is contained in:
parent
8eebcff519
commit
0e310bf973
|
@ -29,10 +29,8 @@ bindsym $mod+Shift+r exec swaynag -t reboot -m 'Reboot?' -b 'Yes' 'sudo reboot'
|
|||
bindsym $mod+Shift+q exec swaynag -t shutdown -m 'Shut down?' -b 'Yes' 'sudo poweroff'
|
||||
|
||||
# Screenshotting
|
||||
bindsym Print exec --no-startup-id grimshot --notify save output
|
||||
bindsym Shift+Print exec --no-startup-id grimshot --notify save area
|
||||
bindsym Ctrl+Print exec --no-startup-id grimshot --notify copy output
|
||||
bindsym Shift+Ctrl+Print exec --no-startup-id grimshot --notify copy area
|
||||
bindsym $mod+Shift+S exec --no-startup-id grimshot --notify copy area
|
||||
bindsym Ctrl+$mod+Shift+S exec --no-startup-id grimshot --notify save area
|
||||
|
||||
# Move focus to different container
|
||||
bindsym $mod+$left focus left
|
||||
|
|
Loading…
Reference in a new issue