From d949f471e8ac6c7d4cab53ffe58a599055bf7973 Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Wed, 13 May 2026 16:25:26 +0200 Subject: [PATCH] fixes after update --- hypr/configs/binds.conf | 2 +- hypr/configs/misc.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr/configs/binds.conf b/hypr/configs/binds.conf index c45141f..4e3aaf9 100644 --- a/hypr/configs/binds.conf +++ b/hypr/configs/binds.conf @@ -72,7 +72,7 @@ bind = $altMod, UP, movewindow, u bind = $altMod, DOWN, movewindow, d ## Center and Split -bind = $mainMod, D, togglesplit +#bind = $mainMod, D, togglesplit ## Group Control bind = $mainMod, G, togglegroup diff --git a/hypr/configs/misc.conf b/hypr/configs/misc.conf index d95bf72..dc7b425 100644 --- a/hypr/configs/misc.conf +++ b/hypr/configs/misc.conf @@ -22,9 +22,9 @@ xwayland { } dwindle { - pseudotile = yes # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + #pseudotile = yes # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = yes # You probably want this - pseudotile = true # Enable pseudotiling on dwindle + #pseudotile = true # Enable pseudotiling on dwindle force_split = 0 preserve_split = true }