some new niri keybinds
This commit is contained in:
parent
7f22840563
commit
8ff5626cd8
1 changed files with 4 additions and 35 deletions
|
|
@ -325,52 +325,21 @@ binds {
|
||||||
Mod+K { focus-window-or-workspace-up; }
|
Mod+K { focus-window-or-workspace-up; }
|
||||||
Mod+L { focus-column-right; }
|
Mod+L { focus-column-right; }
|
||||||
|
|
||||||
Mod+Ctrl+Left { move-column-left; }
|
Mod+Shift+H { move-column-left; }
|
||||||
Mod+Ctrl+Down { move-window-down; }
|
Mod+Shift+J { move-window-down; }
|
||||||
Mod+Ctrl+Up { move-window-up; }
|
Mod+Shift+K { move-window-up; }
|
||||||
Mod+Ctrl+Right { move-column-right; }
|
Mod+Shift+L { move-column-right; }
|
||||||
Mod+Ctrl+H { move-column-left; }
|
|
||||||
Mod+Ctrl+L { move-column-right; }
|
|
||||||
Mod+Ctrl+J { move-window-down-or-to-workspace-down; }
|
|
||||||
Mod+Ctrl+K { move-window-up-or-to-workspace-up; }
|
|
||||||
|
|
||||||
Mod+A { focus-column-first; }
|
Mod+A { focus-column-first; }
|
||||||
Mod+E { focus-column-last; }
|
Mod+E { focus-column-last; }
|
||||||
Mod+Ctrl+A { move-column-to-first; }
|
Mod+Ctrl+A { move-column-to-first; }
|
||||||
Mod+Ctrl+E { move-column-to-last; }
|
Mod+Ctrl+E { move-column-to-last; }
|
||||||
|
|
||||||
Mod+Shift+Left { focus-monitor-left; }
|
|
||||||
Mod+Shift+Down { focus-monitor-down; }
|
|
||||||
Mod+Shift+Up { focus-monitor-up; }
|
|
||||||
Mod+Shift+Right { focus-monitor-right; }
|
|
||||||
Mod+Shift+H { focus-monitor-left; }
|
|
||||||
Mod+Shift+J { focus-monitor-down; }
|
|
||||||
Mod+Shift+K { focus-monitor-up; }
|
|
||||||
Mod+Shift+L { focus-monitor-right; }
|
|
||||||
|
|
||||||
// Mod+Shift+Ctrl+Left { move-column-to-monitor-left; }
|
|
||||||
// Mod+Shift+Ctrl+Down { move-column-to-monitor-down; }
|
|
||||||
// Mod+Shift+Ctrl+Up { move-column-to-monitor-up; }
|
|
||||||
// Mod+Shift+Ctrl+Right { move-column-to-monitor-right; }
|
|
||||||
// Mod+Shift+Ctrl+H { move-column-to-monitor-left; }
|
|
||||||
// Mod+Shift+Ctrl+J { move-column-to-monitor-down; }
|
|
||||||
// Mod+Shift+Ctrl+K { move-column-to-monitor-up; }
|
|
||||||
// Mod+Shift+Ctrl+L { move-column-to-monitor-right; }
|
|
||||||
// Alternatively, there are commands to move just a single window:
|
|
||||||
// Mod+Shift+Ctrl+Left { move-window-to-monitor-left; }
|
|
||||||
// ...
|
|
||||||
// And you can also move a whole workspace to another monitor:
|
|
||||||
// Mod+Shift+Ctrl+Left { move-workspace-to-monitor-left; }
|
|
||||||
// ...
|
|
||||||
|
|
||||||
Mod+D { focus-workspace-down; }
|
Mod+D { focus-workspace-down; }
|
||||||
Mod+U { focus-workspace-up; }
|
Mod+U { focus-workspace-up; }
|
||||||
Mod+Ctrl+D { move-column-to-workspace-down; }
|
Mod+Ctrl+D { move-column-to-workspace-down; }
|
||||||
Mod+Ctrl+U { move-column-to-workspace-up; }
|
Mod+Ctrl+U { move-column-to-workspace-up; }
|
||||||
|
|
||||||
// Alternatively, there are commands to move just a single window:
|
|
||||||
// Mod+Ctrl+Page_Down { move-window-to-workspace-down; }
|
|
||||||
// ...
|
|
||||||
|
|
||||||
Mod+Shift+Page_Down { move-workspace-down; }
|
Mod+Shift+Page_Down { move-workspace-down; }
|
||||||
Mod+Shift+Page_Up { move-workspace-up; }
|
Mod+Shift+Page_Up { move-workspace-up; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue