From e51268a39eeffd56d016a8d25dc98a40ff045a9c Mon Sep 17 00:00:00 2001 From: Andreas Stührk Date: Sat, 2 Dec 2023 23:57:01 +0100 Subject: Add actions to move the active workspace to another monitor --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 2de9b25a..6765e9ba 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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; } -- cgit