Use left/right instead of up/down for niri

This commit is contained in:
2025-07-14 15:50:24 +02:00
parent ba3ef94fff
commit 37f5027c90
+2 -2
View File
@@ -80,8 +80,8 @@ binds {
Mod+J { focus-window-up-or-column-left; }
Mod+K { focus-window-down-or-column-right; }
// TODO: add move window down or column right (need to implement those)
Mod+Shift+J { move-window-up; }
Mod+Shift+K { move-window-down; }
Mod+Shift+J { move-column-left; }
Mod+Shift+K { move-column-right; }
Mod+Home { focus-column-first; }
Mod+End { focus-column-last; }