diff options
author | Minijackson <minijackson@riseup.net> | 2025-03-31 13:33:56 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-04-16 16:13:04 +0200 |
commit | 0f10fe87a805300ef14b6dcac58e39dfc2ee2ad4 (patch) | |
tree | 6d362e77f716ddbdc30dde68f07f64f9c4e351ba | |
parent | 22633bc49c037c939caf32158274b0d13df99ea6 (diff) | |
download | nixos-config-reborn-0f10fe87a805300ef14b6dcac58e39dfc2ee2ad4.tar.gz nixos-config-reborn-0f10fe87a805300ef14b6dcac58e39dfc2ee2ad4.zip |
niri: add binding to make workspace switch monitor
-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; } |