Hyprland: go back to dwindle layout
This commit is contained in:
parent
0189318222
commit
fbef99bf5d
|
@ -25,7 +25,6 @@ in ''
|
||||||
exec-once = systemctl --user restart xdg-desktop-portal.service xdg-desktop-portal-hyprland.service avizo.service
|
exec-once = systemctl --user restart xdg-desktop-portal.service xdg-desktop-portal-hyprland.service avizo.service
|
||||||
|
|
||||||
misc:background_color=rgb(1a1b26)
|
misc:background_color=rgb(1a1b26)
|
||||||
|
|
||||||
gestures:workspace_swipe = true
|
gestures:workspace_swipe = true
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
@ -35,6 +34,7 @@ in ''
|
||||||
touchpad:natural_scroll = yes
|
touchpad:natural_scroll = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dwindle:force_split = 2
|
||||||
general {
|
general {
|
||||||
col.active_border=rgb(bb9af7)
|
col.active_border=rgb(bb9af7)
|
||||||
col.inactive_border=rgb(414868)
|
col.inactive_border=rgb(414868)
|
||||||
|
@ -42,20 +42,7 @@ in ''
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
border_size = 1
|
border_size = 1
|
||||||
cursor_inactive_timeout = 5
|
cursor_inactive_timeout = 5
|
||||||
layout = master
|
layout = dwindle
|
||||||
}
|
|
||||||
|
|
||||||
dwindle {
|
|
||||||
force_split = 2
|
|
||||||
preserve_split = true
|
|
||||||
}
|
|
||||||
|
|
||||||
master {
|
|
||||||
mfact = 0.5
|
|
||||||
new_is_master = false
|
|
||||||
new_on_top = false
|
|
||||||
no_gaps_when_only = 0
|
|
||||||
orientation = left
|
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|
Loading…
Reference in a new issue