mirror of
https://github.com/zoriya/flake.git
synced 2026-05-29 17:33:20 +00:00
Use left/right instead of up/down for niri
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user