Always show gaps and borders in i3-gaps

This commit is contained in:
Donovan Glover 2017-12-05 23:34:38 -05:00
parent 38924ace17
commit 703509d0a8
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -193,10 +193,10 @@ gaps inner $inner
gaps outer $outer
# Only show gaps when there's more than one window open
smart_gaps on
# smart_gaps on
# Only show borders when there's more than one window open
smart_borders on
# smart_borders on
# Make it easy to switch between gaps and no gaps
bindsym $mod+g gaps inner all set 0; gaps outer all set 0