aboutsummaryrefslogtreecommitdiff
path: root/wiki/Configuration:-Layout.md
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-02-11 08:25:08 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-11 08:30:03 +0300
commit216753678a9fc51b0d639b6ed374e965d9eda301 (patch)
tree7e72fc9775d3f451905f952f2e6df5d502d6b662 /wiki/Configuration:-Layout.md
parentb9e67f6565be84bed646f4aa83a2d6ce2d2f3eb9 (diff)
downloadniri-216753678a9fc51b0d639b6ed374e965d9eda301.tar.gz
niri-216753678a9fc51b0d639b6ed374e965d9eda301.tar.bz2
niri-216753678a9fc51b0d639b6ed374e965d9eda301.zip
wiki: Add a page for tabs
Diffstat (limited to 'wiki/Configuration:-Layout.md')
-rw-r--r--wiki/Configuration:-Layout.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md
index 713f6f37..bc9e4218 100644
--- a/wiki/Configuration:-Layout.md
+++ b/wiki/Configuration:-Layout.md
@@ -425,10 +425,10 @@ Set `hide-when-single-tab` to hide the indicator for tabbed columns that only ha
Set `place-within-column` to put the tab indicator "within" the column, rather than outside.
This will include it in column sizing and avoid overlaying adjacent columns.
-`gap` sets the gap between the tab indicator and the window.
+`gap` sets the gap between the tab indicator and the window in logical pixels.
The gap can be negative, this will put the tab indicator on top of the window.
-`width` sets the thickness of the indicator.
+`width` sets the thickness of the indicator in logical pixels.
`length` controls the length of the indicator.
Set the `total-proportion` property to make tabs take up this much length relative to the window size.
@@ -437,7 +437,7 @@ By default, the tab indicator has length equal to half of the window size, or `l
`position` sets the position of the tab indicator relative to the window.
It can be `left`, `right`, `top`, or `bottom`.
-`gaps-between-tabs` controls the gap between individual tabs.
+`gaps-between-tabs` controls the gap between individual tabs in logical pixels.
`active-color`, `inactive-color`, `active-gradient`, `inactive-gradient` let you override the colors for the tabs.
They have the same semantics as the border and focus ring colors and gradients.