From 295e12b11b3ac279025f2b87c4ea5ba193c8732d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 28 Nov 2021 22:05:05 +0300 Subject: [PATCH] Add keybindings for increasing/decreasing gaps --- config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/sway/config b/config/sway/config index d051a61..6b75219 100644 --- a/config/sway/config +++ b/config/sway/config @@ -124,6 +124,9 @@ bindsym XF86AudioPrev exec playerctl previous bindsym F8 exec pavucontrol +bindsym $mod+equal exec swaymsg 'gaps inner current plus 10' +bindsym $mod+minus exec swaymsg 'gaps inner current minus 10' + # Make screenshots # Ctrl+1,2,3 - Save screenshot of screen, selected window, selected area bindsym $ctrl+1 exec --no-startup-id $shot --notify save output "$HOME/Pictures/Screenshots/Screenshot_$(date +%s%3N).png"