diff options
Diffstat (limited to 'usecases/desktop/graphical')
-rw-r--r-- | usecases/desktop/graphical/niri.kdl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usecases/desktop/graphical/niri.kdl b/usecases/desktop/graphical/niri.kdl index 07626cc..ff47e23 100644 --- a/usecases/desktop/graphical/niri.kdl +++ b/usecases/desktop/graphical/niri.kdl | |||
@@ -404,13 +404,7 @@ binds { | |||
404 | Mod+Shift+Ctrl+K { move-column-to-monitor-up; } | 404 | Mod+Shift+Ctrl+K { move-column-to-monitor-up; } |
405 | Mod+Shift+Ctrl+L { move-column-to-monitor-right; } | 405 | Mod+Shift+Ctrl+L { move-column-to-monitor-right; } |
406 | 406 | ||
407 | // Alternatively, there are commands to move just a single window: | 407 | Mod+Shift+Ctrl+M { move-workspace-to-monitor-next; } |
408 | // Mod+Shift+Ctrl+Left { move-window-to-monitor-left; } | ||
409 | // ... | ||
410 | |||
411 | // And you can also move a whole workspace to another monitor: | ||
412 | // Mod+Shift+Ctrl+Left { move-workspace-to-monitor-left; } | ||
413 | // ... | ||
414 | 408 | ||
415 | Mod+Page_Down { focus-workspace-down; } | 409 | Mod+Page_Down { focus-workspace-down; } |
416 | Mod+Page_Up { focus-workspace-up; } | 410 | Mod+Page_Up { focus-workspace-up; } |