niri: Command to move between workspaces

This commit is contained in:
2024-11-08 10:03:13 +01:00
parent b1c4c6d4ac
commit 45200d0108

View File

@ -297,17 +297,10 @@ 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-or-to-workspace-down; }
Mod+Ctrl+K { move-window-up; } Mod+Ctrl+K { move-window-up-or-to-workspace-up; }
Mod+Ctrl+L { move-column-right; } Mod+Ctrl+L { move-column-right; }
// Alternative commands that move across workspaces when reaching
// the first or last window in a column.
// Mod+J { focus-window-or-workspace-down; }
// Mod+K { focus-window-or-workspace-up; }
// Mod+Ctrl+J { move-window-down-or-to-workspace-down; }
// 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; }
Mod+Ctrl+Home { move-column-to-first; } Mod+Ctrl+Home { move-column-to-first; }