mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
fix: remove pseudotile and fix -1 gradient colors for Hyprland 0.55.x (#5922)
This commit is contained in:
@@ -50,8 +50,8 @@ decoration {
|
|||||||
group {
|
group {
|
||||||
col.border_active = $activeBorderColor
|
col.border_active = $activeBorderColor
|
||||||
col.border_inactive = $inactiveBorderColor
|
col.border_inactive = $inactiveBorderColor
|
||||||
col.border_locked_active = -1
|
col.border_locked_active = $activeBorderColor
|
||||||
col.border_locked_inactive = -1
|
col.border_locked_inactive = $inactiveBorderColor
|
||||||
|
|
||||||
groupbar {
|
groupbar {
|
||||||
font_size = 12
|
font_size = 12
|
||||||
@@ -108,9 +108,8 @@ animations {
|
|||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
|
# See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
preserve_split = true
|
||||||
preserve_split = true # You probably want this
|
force_split = 2
|
||||||
force_split = 2 # Always split on the right
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scrolling {
|
scrolling {
|
||||||
|
|||||||
Reference in New Issue
Block a user