mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
master: Change center_master_slaves_on_right to center_master_fallback (#10201)
* Change center_master_slaves_on_right to center_master_fallback
This commit is contained in:
@@ -597,7 +597,7 @@ CConfigManager::CConfigManager() {
|
||||
registerConfigVar("master:mfact", {0.55f});
|
||||
registerConfigVar("master:new_status", {"slave"});
|
||||
registerConfigVar("master:slave_count_for_center_master", Hyprlang::INT{2});
|
||||
registerConfigVar("master:center_master_slaves_on_right", Hyprlang::INT{1});
|
||||
registerConfigVar("master:center_master_fallback", {"left"});
|
||||
registerConfigVar("master:center_ignores_reserved", Hyprlang::INT{0});
|
||||
registerConfigVar("master:new_on_active", {"none"});
|
||||
registerConfigVar("master:new_on_top", Hyprlang::INT{0});
|
||||
|
Reference in New Issue
Block a user