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
@ -1180,11 +1180,32 @@ workspace_buttons <yes|no>
|
||||
--------------------------
|
||||
|
||||
*Example*:
|
||||
--------------------
|
||||
------------------------
|
||||
bar {
|
||||
workspace_buttons no
|
||||
}
|
||||
--------------------
|
||||
------------------------
|
||||
|
||||
=== Binding Mode indicator
|
||||
|
||||
Specifies whether the current binding mode indicator should be shown or not.
|
||||
This is useful if you want to hide the workspace buttons but still be able
|
||||
to see the current binding mode indicator.
|
||||
For an example of a +mode+ definition, see <<resizingconfig>>.
|
||||
|
||||
The default is to show the mode indicator.
|
||||
|
||||
*Syntax*:
|
||||
-------------------------------
|
||||
binding_mode_indicator <yes|no>
|
||||
-------------------------------
|
||||
|
||||
*Example*:
|
||||
-----------------------------
|
||||
bar {
|
||||
binding_mode_indicator no
|
||||
}
|
||||
-----------------------------
|
||||
|
||||
=== Colors
|
||||
|
||||
|
Reference in New Issue
Block a user