hyprland: switch back to master layout
Add back sensible options for hyprland master layout
This commit is contained in:
parent
9a80c6f759
commit
fe68cca2d9
|
@ -34,15 +34,25 @@ in ''
|
||||||
touchpad:natural_scroll = yes
|
touchpad:natural_scroll = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
master {
|
||||||
|
allow_small_split = true
|
||||||
|
mfact = 0.5
|
||||||
|
new_is_master = false
|
||||||
|
new_on_top = false
|
||||||
|
orientation = left
|
||||||
|
inherit_fullscreen = true
|
||||||
|
}
|
||||||
|
|
||||||
dwindle:force_split = 2
|
dwindle:force_split = 2
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border=rgb(b4befe)
|
col.active_border = rgb(b4befe)
|
||||||
col.inactive_border=rgb(313244)
|
col.inactive_border = rgb(313244)
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
border_size = 1
|
border_size = 1
|
||||||
cursor_inactive_timeout = 5
|
cursor_inactive_timeout = 5
|
||||||
layout = dwindle
|
layout = master
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|
Loading…
Reference in a new issue