commit 9d2135f7e5cec73228d05a90b5eff9cdad5e8361
parent 8fd14da359ab57c89b17613239678c9b8d15e252
Author: Chris <chris@echoz.io>
Date: Wed, 15 Oct 2025 15:42:34 +0200
feat(hyprland): movefocus with hjkl
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix
@@ -96,6 +96,11 @@
"$mod, P, pseudo,"
"$mod, O, togglesplit,"
+ "$mod, h, movefocus, l"
+ "$mod, j, movefocus, d"
+ "$mod, k, movefocus, u"
+ "$mod, l, movefocus, r"
+
"$mod, 1, workspace, 1"
"$mod, 2, workspace, 2"
"$mod, 3, workspace, 3"