diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index ad3e1b2b..133a542f 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -525,6 +525,11 @@ binds { Mod+V { toggle-window-floating; } Mod+Shift+V { switch-focus-between-floating-and-tiling; } + // Toggle tabbed column display mode. + // Windows in this column will appear as vertical tabs, + // rather than stacked on top of each other. + Mod+W { toggle-column-tabbed-display; } + // Actions to switch layouts. // Note: if you uncomment these, make sure you do NOT have // a matching layout switch hotkey configured in xkb options above. |
