diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 13:34:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 13:34:32 +0530 | 
| commit | cb3d8f21b6a6d606657166bff5b67dc3818cccbe (patch) | |
| tree | 1719f2945f0a57f39db19e2080ac181f63dc4d1e /config/hypr | |
| parent | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (diff) | |
modify
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/hyprland.conf | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 075dbec..d25cdc5 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -73,9 +73,9 @@ bind = SUPER, RETURN, layoutmsg, swapwithmaster master  bind = SUPER SHIFT, J, layoutmsg, swapnext  bind = SUPER SHIFT, K, layoutmsg, swapprev -# Move focus with mainMod + arrow keys -bind = SUPER, L, movefocus, l -bind = SUPER, H, movefocus, r +# Move focus with mainMod + hjkl +bind = SUPER, L, movefocus, r +bind = SUPER, H, movefocus, l  bind = SUPER, K, movefocus, u  bind = SUPER, J, movefocus, d  | 
