hyprland: open new windows as master

Mimics the behavior of dwm and makes it possible to close opened windows
and return to the previously focused window.
This commit is contained in:
Donovan Glover 2024-11-19 00:50:54 -05:00
parent e5c7fb6192
commit f7d8bbb161
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -132,7 +132,8 @@ in
};
master = {
new_on_top = false;
new_on_top = true;
new_status = "master";
mfact = 0.55;
special_scale_factor = 1;
};