diff --git a/sway/.config/sway/config.d/01_keybinds b/sway/.config/sway/config.d/01_keybinds index cd0fc8c..e60a751 100644 --- a/sway/.config/sway/config.d/01_keybinds +++ b/sway/.config/sway/config.d/01_keybinds @@ -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