aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-02-01 10:46:52 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-10 07:29:33 -0800
commitf90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526 (patch)
tree78f703675bdc75398c89a8b00a4e030131cc887e /resources
parent55e2ea0c3bb0bccae351aa6e82987a0b77da54ae (diff)
downloadniri-f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526.tar.gz
niri-f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526.tar.bz2
niri-f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526.zip
Implement tabbed column display mode
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl5
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.