From 4b9bbde225096dc6f6d18f6c4cee1fae8e4322ca Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 11 May 2026 12:31:40 +0200 Subject: [PATCH] [Hyprland] Temporary fix before full config rewrite in lua --- config/hypr/hyprland/general.conf | 2 +- config/hypr/hyprland/modal-binds/window-management.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hypr/hyprland/general.conf b/config/hypr/hyprland/general.conf index 428934e..b28c1d1 100644 --- a/config/hypr/hyprland/general.conf +++ b/config/hypr/hyprland/general.conf @@ -134,7 +134,7 @@ misc { } dwindle { - pseudotile = true + # pseudotile = true force_split = 2 preserve_split = true } diff --git a/config/hypr/hyprland/modal-binds/window-management.conf b/config/hypr/hyprland/modal-binds/window-management.conf index 8b90e2b..cd2d9f7 100644 --- a/config/hypr/hyprland/modal-binds/window-management.conf +++ b/config/hypr/hyprland/modal-binds/window-management.conf @@ -21,8 +21,8 @@ binde = , J, resizeactive, 0 10 # ── Change splitratio ─────────────────────────────────────────────── -binde = SHIFT, H, splitratio, -0.01 -binde = SHIFT, L, splitratio, +0.01 +# binde = SHIFT, H, splitratio, -0.01 +# binde = SHIFT, L, splitratio, +0.01 # ── Kill, freeze, etc ───────────────────────────────────────────────