Drop removed Hyprland dwindle:pseudotile option
All checks were successful
Mirror to GitHub / mirror (push) Successful in 11s

Current Hyprland no longer accepts dwindle:pseudotile (it's a dispatcher now),
which threw a non-fatal config-error banner on both the live and installed
desktop. preserve_split is still valid and kept.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-14 18:54:06 +08:00
parent 23e60dffe0
commit 3a30cd004f
2 changed files with 0 additions and 2 deletions

View file

@ -46,7 +46,6 @@ input {
} }
dwindle { dwindle {
pseudotile = true
preserve_split = true preserve_split = true
} }

View file

@ -46,7 +46,6 @@ input {
} }
dwindle { dwindle {
pseudotile = true
preserve_split = true preserve_split = true
} }