Add keybindings for increasing/decreasing gaps

This commit is contained in:
2021-11-28 22:05:05 +03:00
parent 6a8923ac07
commit 295e12b11b

View File

@@ -124,6 +124,9 @@ bindsym XF86AudioPrev exec playerctl previous
bindsym F8 exec pavucontrol 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 # Make screenshots
# Ctrl+1,2,3 - Save screenshot of screen, selected window, selected area # 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" bindsym $ctrl+1 exec --no-startup-id $shot --notify save output "$HOME/Pictures/Screenshots/Screenshot_$(date +%s%3N).png"