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"