From 70562ceef2bf9508fbfcea13f96c073602530cf1 Mon Sep 17 00:00:00 2001 From: m3tam3re
Date: Mon, 18 May 2026 20:15:25 +0200 Subject: [PATCH] chore: temp fix invalid Hyprland dispatchers --- profiles/contexts/desktop/wm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index d34391a..b0c7832 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -88,7 +88,7 @@ in { }; dwindle = { - pseudotile = true; + # pseudotile = true; # TODO preserve_split = true; }; @@ -180,7 +180,7 @@ in { "$mainMod SHIFT, P, pseudo" "$mainMod, R, exec, stt-ptt start" "$mainMod, S, exec, stt-ptt start" - "$mainMod, J, togglesplit" + # "$mainMod, J, togglesplit" # TODO "$mainMod, h, movefocus, l" "$mainMod, l, movefocus, r" "$mainMod, k, movefocus, u"