Support i3-gaps

Re-enabling support for i3-gaps after successfully installing it from source.
This commit is contained in:
William Carroll 2019-04-15 13:23:24 +01:00
parent 119ea8b6ad
commit 0faa588ae1

View file

@ -22,10 +22,15 @@ font pango:monospace 8
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod
# gaps # i3-gaps (depends on i3-gaps installation)
# gaps inner 20 gaps inner 20
# gaps outer 0 gaps outer 0
# smart_gaps on smart_gaps on
bindsym $mod+Ctrl+plus gaps outer current plus 5
bindsym $mod+Ctrl+minus gaps outer current minus 5
bindsym $mod+Shift+plus gaps inner current plus 5
bindsym $mod+Shift+minus gaps inner current minus 5
# KBD Principles: # KBD Principles:
# $mod+Ctrl+<app_char> = starting an application # $mod+Ctrl+<app_char> = starting an application