diff options
Diffstat (limited to 'i3/.config')
-rw-r--r-- | i3/.config/i3/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 7efcc97..8aa5855 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -195,3 +195,11 @@ bindsym $mod+x exec --no-startup-id "rofi -show window" # bindsym $mod+m exec --no-startup-id $HOME/bin/i3-shell for_window [class="^.*"] border pixel 2 + +# Gaps +# workspace 1 gaps inner 5 +smart_gaps on +gaps inner 5 +gaps outer 5 + +# vim:filetype=i3 |