use hjkl for focus

This commit is contained in:
2025-09-26 02:31:48 -03:00
parent 5752c54c66
commit 95a4d7de20

View File

@@ -231,10 +231,10 @@ bind = $mainMod, F, togglefloating,
bind = $mainMod, D, exec, $menu bind = $mainMod, D, exec, $menu
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, h, movefocus, l
bind = $mainMod, right, movefocus, r bind = $mainMod, l, movefocus, r
bind = $mainMod, up, movefocus, u bind = $mainMod, k, movefocus, u
bind = $mainMod, down, movefocus, d bind = $mainMod, j, movefocus, d
# Switch workspaces with mainMod + [0-9] # Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 bind = $mainMod, 1, workspace, 1