niri: Command to move between workspaces
This commit is contained in:
@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user