diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index ed3cdc3d..6b34e2ff 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -73,6 +73,11 @@ input { // Focus windows and outputs automatically when moving the mouse into them. // focus-follows-mouse + + // Uncomment this to enable workspace auto-back-and-forth. + // If enabled, switching to the same workspace by index twice will switch back to the + // previous workspace. + // workspace-auto-back-and-forth } // You can configure outputs by their name, which you can find @@ -518,6 +523,9 @@ binds { // Alternatively, there are commands to move just a single window: // Mod+Ctrl+1 { move-window-to-workspace 1; } + // Switches focus between the current and the previous workspace. + // Mod+Tab { focus-workspace-previous; } + Mod+Comma { consume-window-into-column; } Mod+Period { expel-window-from-column; } |
