From 0e310bf9735766db47db349a4575ca9090d97ba4 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Tue, 12 Dec 2023 22:06:59 +0100 Subject: [PATCH] Change keybindings for screenshots --- sway/.config/sway/config.d/01_keybinds | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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