mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: disable no_gaps_when_only in hyprland
This commit is contained in:
parent
c4f6ce759b
commit
bae8d9288b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
no_gaps_when_only = true;
|
no_gaps_when_only = false; # Is ugly with current Waybar setup
|
||||||
force_split = 0;
|
force_split = 0;
|
||||||
special_scale_factor = 1.0;
|
special_scale_factor = 1.0;
|
||||||
split_width_multiplier = 1.0;
|
split_width_multiplier = 1.0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue