From d5aec8d1c56c456906495fed2649539d7cf00d5c Mon Sep 17 00:00:00 2001 From: Felix Weilbach Date: Fri, 30 Apr 2021 22:39:46 +0200 Subject: [PATCH] Document window_title option Signed-off-by: Felix Weilbach --- sway/sway-bar.5.scd | 3 +++ sway/sway-ipc.7.scd | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index 80d08449a..50a2a98fb 100644 --- a/sway/sway-bar.5.scd +++ b/sway/sway-bar.5.scd @@ -141,6 +141,9 @@ runtime. *workspace_min_width* [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 diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 1b855959c..e4d049aee 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -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,