Document window_title option

Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
Felix Weilbach 2021-04-30 22:39:46 +02:00
parent 13835cf767
commit d5aec8d1c5
2 changed files with 7 additions and 0 deletions

View file

@ -141,6 +141,9 @@ runtime.
*workspace_min_width* <px> [px] *workspace_min_width* <px> [px]
Specifies the minimum width for the workspace buttons on the bar. Default is _0_. Specifies the minimum width for the workspace buttons on the bar. Default is _0_.
*window_title* yes|no
Enables or disables the focused window title on the bar. Default is _no_.
This setting also applies to the current binding mode indicator. This setting also applies to the current binding mode indicator.
## TRAY ## TRAY

View file

@ -832,6 +832,9 @@ their value mean can be found in *sway-bar*(5):
|- workspace_buttons |- workspace_buttons
: boolean : boolean
: Whether to display the workspace buttons on the bar : Whether to display the workspace buttons on the bar
|- window_title
: boolean
: Whether to display the focused windows title on the bar
|- workspace_min_width |- workspace_min_width
: integer : integer
: Minimum width in px for the workspace buttons on the bar : Minimum width in px for the workspace buttons on the bar
@ -937,6 +940,7 @@ containing the _#RRGGBBAA_ representation of the color:
"status_padding": 1, "status_padding": 1,
"status_edge_padding": 3, "status_edge_padding": 3,
"workspace_buttons": true, "workspace_buttons": true,
"window_title": false,
"workspace_min_width": 0, "workspace_min_width": 0,
"binding_mode_indicator": true, "binding_mode_indicator": true,
"verbose": false, "verbose": false,