dotfiles/.config/i3/layers/config.post-main-90-gaps

14 lines
255 B
Plaintext

# 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
}