mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-29 10:09:30 +01:00
hyprland: Disable no_gaps_when_only
This was mainly useful on smaller screens where window contents took up less space overall, however this makes it non-trivial to determine whether or not gaps are enabled unless two or more windows exist in the same workspace. Since the gaps aren't an issue with larger screen sizes anyway, slightly reducing gaps and disabling no_gaps_when_only seems like the play here.
This commit is contained in:
parent
83bc580f03
commit
b7bd3a3632
@ -71,7 +71,6 @@ in
|
||||
|
||||
dwindle {
|
||||
preserve_split = yes
|
||||
no_gaps_when_only = yes
|
||||
special_scale_factor = 1
|
||||
}
|
||||
|
||||
@ -80,7 +79,6 @@ in
|
||||
new_on_top = no
|
||||
mfact = 0.65
|
||||
special_scale_factor = 1
|
||||
no_gaps_when_only = yes
|
||||
inherit_fullscreen = no
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user