# Configures i3-gaps
gaps inner 10
gaps outer 0
smart_gaps on
smart_borders on
for_window [class="^.*"] border pixel 0
mode "resize" {
# Adjust inner gap size
bindsym plus gaps inner current plus 1
bindsym minus gaps inner current minus 1
}