Add documentation for the workspace_bar option
This commit is contained in:
parent
f2e04b30cc
commit
239dbbb4f5
|
@ -527,6 +527,26 @@ focus_follows_mouse <yes|no>
|
|||
focus_follows_mouse no
|
||||
----------------------
|
||||
|
||||
=== Internal workspace bar
|
||||
|
||||
The internal workspace bar (the thing at the bottom of your screen) is very
|
||||
simple -- it does not provide a way to display custom text and it does not
|
||||
offer advanced customization features. This is intended because we do not
|
||||
want to duplicate functionality of tools like +dzen2+, +xmobar+ and so on
|
||||
(they render bars, we manage windows). Instead, there is an option which will
|
||||
turn off the internal bar completely, so that you can use a separate program to
|
||||
display it (see +i3-wsbar+, a sample implementation of such a program):
|
||||
|
||||
*Syntax*:
|
||||
----------------------
|
||||
workspace_bar <yes|no>
|
||||
----------------------
|
||||
|
||||
*Examples*:
|
||||
----------------
|
||||
workspace_bar no
|
||||
----------------
|
||||
|
||||
== List of commands
|
||||
|
||||
=== Manipulating layout
|
||||
|
|
Loading…
Reference in New Issue