]> git.sur5r.net Git - i3/i3/commit
Add new bar.binding_mode_indicator configuration.
authorsyl20bnr <sylvain.benner@gmail.com>
Fri, 9 Aug 2013 03:30:14 +0000 (23:30 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Sep 2013 04:59:26 +0000 (06:59 +0200)
commit7098ef602b6f72e7aae27b0d1ee28074b97bc61d
treeb7002550a930b0bb6dbdbb2a55ecbf927c943131
parent97b086efd9833d2a787e54417789b279143e43a6
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.
12 files changed:
docs/ipc
docs/userguide
i3bar/include/config.h
i3bar/src/config.c
i3bar/src/xcb.c
include/config.h
include/config_directives.h
parser-specs/config.spec
src/config_directives.c
src/ipc.c
testcases/t/177-bar-config.t
testcases/t/201-config-parser.t