niri: Add bind for tabbed columns

This commit is contained in:
Adam Gausmann 2025-06-30 16:47:08 -05:00
parent b4961890c9
commit 3eb713aa90

View file

@ -455,6 +455,8 @@ binds {
// Expel the bottom window from the focused column to the right. // Expel the bottom window from the focused column to the right.
Mod+Period { expel-window-from-column; } Mod+Period { expel-window-from-column; }
Mod+W { toggle-column-tabbed-display; }
Mod+R { switch-preset-column-width; } Mod+R { switch-preset-column-width; }
Mod+Shift+R { switch-preset-window-height; } Mod+Shift+R { switch-preset-window-height; }
Mod+Ctrl+R { reset-window-height; } Mod+Ctrl+R { reset-window-height; }