From 95a08b12f32972193f90fe78e378958e187d8616 Mon Sep 17 00:00:00 2001 From: jmug Date: Sun, 1 Mar 2026 13:09:36 -0800 Subject: [PATCH] [hyprland] QWERTY pane navigation. --- home-modules/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-modules/hyprland/default.nix b/home-modules/hyprland/default.nix index ee4fbff..6aed60c 100644 --- a/home-modules/hyprland/default.nix +++ b/home-modules/hyprland/default.nix @@ -145,10 +145,10 @@ "$mainMod SHIFT, L, exec, hyprlock" # Move focus with mainMod + arrow keys - "$mainMod, M, movefocus, l" - "$mainMod, I, movefocus, r" - "$mainMod, N, movefocus, d" - "$mainMod, E, movefocus, u" + "$mainMod, h, movefocus, l" + "$mainMod, l, movefocus, r" + "$mainMod, j, movefocus, d" + "$mainMod, k, movefocus, u" # Switch workspaces with mainMod + [0-9] "$mainMod, 1, workspace, 1"