niri config, move windows to workspaces up and down

This commit is contained in:
2025-10-11 12:23:20 +02:00
parent 4359677523
commit 0fd84621d3

View File

@@ -407,16 +407,16 @@ binds {
Mod+Ctrl+Up { move-window-up; } Mod+Ctrl+Up { move-window-up; }
Mod+Ctrl+Right { move-column-right; } Mod+Ctrl+Right { move-column-right; }
Mod+Ctrl+H { move-column-left; } Mod+Ctrl+H { move-column-left; }
Mod+Ctrl+J { move-window-down; } //Mod+Ctrl+J { move-window-down; }
Mod+Ctrl+K { move-window-up; } //Mod+Ctrl+K { move-window-up; }
Mod+Ctrl+L { move-column-right; } Mod+Ctrl+L { move-column-right; }
// Alternative commands that move across workspaces when reaching // Alternative commands that move across workspaces when reaching
// the first or last window in a column. // the first or last window in a column.
Mod+J { focus-window-or-workspace-down; } Mod+J { focus-window-or-workspace-down; }
Mod+K { focus-window-or-workspace-up; } Mod+K { focus-window-or-workspace-up; }
// Mod+Ctrl+J { move-window-down-or-to-workspace-down; } Mod+Ctrl+J { move-window-down-or-to-workspace-down; }
// Mod+Ctrl+K { move-window-up-or-to-workspace-up; } Mod+Ctrl+K { move-window-up-or-to-workspace-up; }
Mod+Home { focus-column-first; } Mod+Home { focus-column-first; }
Mod+End { focus-column-last; } Mod+End { focus-column-last; }