1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-12 18:58:10 +02:00
dotfiles/.config/i3/overrides/config.post-main-90-gaps
2022-05-28 19:02:35 +02:00

13 lines
255 B
Text

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