diff options
Diffstat (limited to 'dot-config/niri/config.kdl')
| -rw-r--r-- | dot-config/niri/config.kdl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index ad7dc34..c0cba2a 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -252,6 +252,16 @@ layout { color "#0007" } + // Make the tab indicator wider and match the window height, + // also put it at the top and within the column. + tab-indicator { + width 4 + gap 0 + length total-proportion=1.0 + position "top" + place-within-column + } + // Struts shrink the area occupied by windows, similarly to layer-shell panels. // You can think of them as a kind of outer gaps. They are set in logical pixels. // Left and right struts will cause the next window to the side to always be visible. |
