hyprland switch to master layout
This commit is contained in:
@@ -52,7 +52,7 @@ general {
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
layout = master
|
||||
}
|
||||
|
||||
render {
|
||||
@@ -139,11 +139,19 @@ animations {
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
smart_split = true
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
new_status = master
|
||||
orientation = center
|
||||
center_master_fallback = left
|
||||
slave_count_for_center_master = 4
|
||||
mfact = 0.60
|
||||
new_status = slave
|
||||
new_on_top = true
|
||||
new_on_active = after
|
||||
inherit_fullscreen = true
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
|
Reference in New Issue
Block a user