mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Document window_title option
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
13835cf767
commit
d5aec8d1c5
2 changed files with 7 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ runtime.
|
|||
*workspace_min_width* <px> [px]
|
||||
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.
|
||||
|
||||
## TRAY
|
||||
|
|
|
|||
|
|
@ -832,6 +832,9 @@ their value mean can be found in *sway-bar*(5):
|
|||
|- workspace_buttons
|
||||
: boolean
|
||||
: 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
|
||||
: integer
|
||||
: 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_edge_padding": 3,
|
||||
"workspace_buttons": true,
|
||||
"window_title": false,
|
||||
"workspace_min_width": 0,
|
||||
"binding_mode_indicator": true,
|
||||
"verbose": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue