10 lines
243 B
Nix
10 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
|
|
};
|
|
};
|
|
}
|