From 3eb713aa90cbda00fcb9f47560513099ba8f0189 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Mon, 30 Jun 2025 16:47:08 -0500 Subject: [PATCH] niri: Add bind for tabbed columns --- templates/.config/niri/config.kdl.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/.config/niri/config.kdl.j2 b/templates/.config/niri/config.kdl.j2 index 856773c..038743c 100644 --- a/templates/.config/niri/config.kdl.j2 +++ b/templates/.config/niri/config.kdl.j2 @@ -455,6 +455,8 @@ binds { // Expel the bottom window from the focused column to the right. Mod+Period { expel-window-from-column; } + Mod+W { toggle-column-tabbed-display; } + Mod+R { switch-preset-column-width; } Mod+Shift+R { switch-preset-window-height; } Mod+Ctrl+R { reset-window-height; }