From 3a30cd004f2c67f5e75c9d6b820d0751b01e2220 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. Co-Authored-By: Claude Opus 4.8 --- 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 }