11 lines
243 B
Nix
11 lines
243 B
Nix
![]() |
{
|
||
|
wayland.windowManager.hyprland.settings = {
|
||
|
dwindle = {
|
||
|
pseudotile = false;
|
||
|
preserve_split = "yes";
|
||
|
no_gaps_when_only = false;
|
||
|
special_scale_factor = 0.9; # restore old special workspace behaviour
|
||
|
};
|
||
|
};
|
||
|
}
|