mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Add support for workspace_min_width bar option.
This commit is contained in:
parent
657587964e
commit
989123a2a5
13 changed files with 74 additions and 3 deletions
|
|
@ -829,6 +829,9 @@ their value mean can be found in *sway-bar*(5):
|
|||
|- workspace_buttons
|
||||
: boolean
|
||||
: Whether to display the workspace buttons on the bar
|
||||
|- workspace_min_width
|
||||
: integer
|
||||
: Minimum width in px for the workspace buttons on the bar
|
||||
|- binding_mode_indicator
|
||||
: boolean
|
||||
: Whether to display the current binding mode on the bar
|
||||
|
|
@ -931,6 +934,7 @@ containing the _#RRGGBBAA_ representation of the color:
|
|||
"status_padding": 1,
|
||||
"status_edge_padding": 3,
|
||||
"workspace_buttons": true,
|
||||
"workspace_min_width": 0,
|
||||
"binding_mode_indicator": true,
|
||||
"verbose": false,
|
||||
"pango_markup": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue