aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.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-ipc.7.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-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd
index 495e2e7d..018080fe 100644
--- a/sway/sway-ipc.7.scd
+++ b/sway/sway-ipc.7.scd
@@ -829,6 +829,9 @@ their value mean can be found in *sway-bar*(5):
829|- workspace_buttons 829|- workspace_buttons
830: boolean 830: boolean
831: Whether to display the workspace buttons on the bar 831: Whether to display the workspace buttons on the bar
832|- workspace_min_width
833: integer
834: Minimum width in px for the workspace buttons on the bar
832|- binding_mode_indicator 835|- binding_mode_indicator
833: boolean 836: boolean
834: Whether to display the current binding mode on the bar 837: Whether to display the current binding mode on the bar
@@ -931,6 +934,7 @@ containing the _#RRGGBBAA_ representation of the color:
931 "status_padding": 1, 934 "status_padding": 1,
932 "status_edge_padding": 3, 935 "status_edge_padding": 3,
933 "workspace_buttons": true, 936 "workspace_buttons": true,
937 "workspace_min_width": 0,
934 "binding_mode_indicator": true, 938 "binding_mode_indicator": true,
935 "verbose": false, 939 "verbose": false,
936 "pango_markup": false, 940 "pango_markup": false,