Add new bar.binding_mode_indicator configuration.
i3 current behavior hides the binding mode indicator when workspace buttons are disabled. This patch adds a new configuration for i3bar called 'binding_mode_indicator' which acts like the workspace_buttons. It is now possible to configure i3bar to hide the workspace buttons and keep showing the binding mode indicator. This should make the hide workspace buttons configuration more convenient for those who are heavily using binding modes. Default value for binding_mode_indicator is true.
This commit is contained in:
committed by
Michael Stapelberg
parent
97b086efd9
commit
7098ef602b
3
docs/ipc
3
docs/ipc
@ -494,6 +494,8 @@ font (string)::
|
||||
The font to use for text on the bar.
|
||||
workspace_buttons (boolean)::
|
||||
Display workspace buttons or not? Defaults to true.
|
||||
binding_mode_indicator (boolean)::
|
||||
Display the mode indicator or not? Defaults to true.
|
||||
verbose (boolean)::
|
||||
Should the bar enable verbose output for debugging? Defaults to false.
|
||||
colors (map)::
|
||||
@ -539,6 +541,7 @@ urgent_workspace_text/urgent_workspace_bar::
|
||||
"status_command": "i3status",
|
||||
"font": "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1",
|
||||
"workspace_buttons": true,
|
||||
"binding_mode_indicator": true,
|
||||
"verbose": false,
|
||||
"colors": {
|
||||
"background": "#c0c0c0",
|
||||
|
Reference in New Issue
Block a user