From 6ae7ecbc242c553dd55fcbbd8613afbac7d3bca0 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 11 May 2026 12:13:52 +0200 Subject: [PATCH] fix: fixed broken hyprland config for 0.55 --- .config/hypr/hyprland.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f61dcbf..1fccf11 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -99,7 +99,7 @@ decoration { } animations { - enabled = yes + enabled = no # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more @@ -116,7 +116,6 @@ animations { dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more - pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = yes # you probably want this } @@ -230,4 +229,3 @@ binde = $mainMod SHIFT, k, resizeactive, 0 -10 binde = $mainMod SHIFT, j, resizeactive, 0 10 source = /home/daniele/.config/hypr/noctalia/noctalia-colors.conf -