From 00b44d3041934afb5275922cc2aee20198a655c4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 13 Jun 2026 11:49:37 +0200 Subject: [PATCH] fix(hyprland): remove unused and deprecated settings --- users/modules/desktop/hyprland.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/users/modules/desktop/hyprland.nix b/users/modules/desktop/hyprland.nix index 5c8aa11..d756ad0 100644 --- a/users/modules/desktop/hyprland.nix +++ b/users/modules/desktop/hyprland.nix @@ -106,10 +106,7 @@ in { "workspaces, 1, 6, default" ]; }; - dwindle = { - pseudotile = true; - preserve_split = true; - }; + dwindle.preserve_split = true; exec-once = [ "pactl load-module module-switch-on-connect"