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:
Donovan Glover 2023-06-27 04:14:25 -04:00
parent 83bc580f03
commit b7bd3a3632
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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