aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
authorLibravatar Tarmack <git@tarmack.eu>2020-10-03 15:45:26 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-10-11 19:12:42 +0200
commit989123a2a5933367e5c7c39c3793f4814e026bf1 (patch)
tree8a13986177a3380b3d3c965ceb2526e6ceb9c88d /sway/sway-bar.5.scd
parentxwayland: support views that change override-redirect status (diff)
downloadsway-989123a2a5933367e5c7c39c3793f4814e026bf1.tar.gz
sway-989123a2a5933367e5c7c39c3793f4814e026bf1.tar.zst
sway-989123a2a5933367e5c7c39c3793f4814e026bf1.zip
Add support for workspace_min_width bar option.
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd
index 78124c92..80d08449 100644
--- a/sway/sway-bar.5.scd
+++ b/sway/sway-bar.5.scd
@@ -138,6 +138,11 @@ runtime.
138*workspace_buttons* yes|no 138*workspace_buttons* yes|no
139 Enables or disables workspace buttons on the bar. Default is _yes_. 139 Enables or disables workspace buttons on the bar. Default is _yes_.
140 140
141*workspace_min_width* <px> [px]
142 Specifies the minimum width for the workspace buttons on the bar. Default is _0_.
143
144 This setting also applies to the current binding mode indicator.
145
141## TRAY 146## TRAY
142 147
143Swaybar provides a system tray where third-party applications may place icons. 148Swaybar provides a system tray where third-party applications may place icons.