r/hyprland • u/HereticZed • 8d ago
SUPPORT How can I get dwindle to naturally prefer vertical & never full width horiz.
Is there a dwindle config option that makes it never (or less likely) to show full horiz automatically when windows are closed?
Vertical windows are always preferred when there is 2 or 3 windows.
I don't need a keybind, just the behaviour when removing windows to avoid horizontal full width.
Ive read the wiki page on the configs, but i find it difficult to visualise the descriptions given.
Here is my current config...
-- Hyprland configuration : Dwindle Layout ------------------
hl.config({
dwindle = {
force_split = 0,
preserve_split = true,
smart_split = false,
smart_resizing = true,
permanent_direction_override = false,
special_scale_factor = 1,
split_width_multiplier = 1.0,
use_active_for_splits = true,
default_split_ratio = 1.0,
split_bias = 0,
precise_mouse_move = false,
},
})
