mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 11:44:45 +01:00
Always show gaps and borders in i3-gaps
This commit is contained in:
parent
38924ace17
commit
703509d0a8
@ -193,10 +193,10 @@ gaps inner $inner
|
|||||||
gaps outer $outer
|
gaps outer $outer
|
||||||
|
|
||||||
# Only show gaps when there's more than one window open
|
# 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
|
# 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
|
# Make it easy to switch between gaps and no gaps
|
||||||
bindsym $mod+g gaps inner all set 0; gaps outer all set 0
|
bindsym $mod+g gaps inner all set 0; gaps outer all set 0
|
||||||
|
Loading…
Reference in New Issue
Block a user