summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2025-12-10 14:41:08 -0800
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2025-12-10 14:41:08 -0800
commit81f966f7f2d11f8099db64b66fdc6ed265a69396 (patch)
treefacdc4eb89e64db338a9988192259bb727a828db
parent4cd8009ba7e6f93a5e63a0fedff465b639225f18 (diff)
change tab indicatior
taken from https://yalter.github.io/niri/Configuration%3A-Layout.html#tab-indicator
-rw-r--r--dot-config/niri/config.kdl10
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.