diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
