Add actions to move the active workspace to another monitor

This commit is contained in:
Andreas Stührk
2023-12-02 23:57:01 +01:00
committed by Ivan Molodetskikh
parent 0a715ce155
commit e51268a39e
4 changed files with 114 additions and 0 deletions
+4
View File
@@ -275,6 +275,10 @@ binds {
// 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+Page_Down { focus-workspace-down; }
Mod+Page_Up { focus-workspace-up; }
Mod+U { focus-workspace-down; }