From a16245e7c50143c2f91cd2f57c764a0cb2adfa92 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sun, 14 Jun 2026 18:54:06 +0800 Subject: [PATCH] Drop removed Hyprland dwindle:pseudotile option 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. --- dotfiles/hypr/hyprland.conf | 1 - iso/airootfs/etc/skel/.config/hypr/hyprland.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/dotfiles/hypr/hyprland.conf b/dotfiles/hypr/hyprland.conf index e509b63..e0a4889 100644 --- a/dotfiles/hypr/hyprland.conf +++ b/dotfiles/hypr/hyprland.conf @@ -46,7 +46,6 @@ input { } dwindle { - pseudotile = true preserve_split = true } diff --git a/iso/airootfs/etc/skel/.config/hypr/hyprland.conf b/iso/airootfs/etc/skel/.config/hypr/hyprland.conf index e509b63..e0a4889 100644 --- a/iso/airootfs/etc/skel/.config/hypr/hyprland.conf +++ b/iso/airootfs/etc/skel/.config/hypr/hyprland.conf @@ -46,7 +46,6 @@ input { } dwindle { - pseudotile = true preserve_split = true }