update userguide to reflect the modifier option in i3bar config
This commit is contained in:
parent
a3081c488a
commit
c72367660f
|
@ -847,26 +847,31 @@ bar {
|
||||||
|
|
||||||
You can have i3bar either be visible permanently at one edge of the screen
|
You can have i3bar either be visible permanently at one edge of the screen
|
||||||
(+dock+ mode) or make it show up when you press your modifier key (+hide+
|
(+dock+ mode) or make it show up when you press your modifier key (+hide+
|
||||||
mode).
|
mode). The modifier key can be configured using the +modifier+ option.
|
||||||
|
|
||||||
The hide mode maximizes screen space that can be used for actual windows. Also,
|
The hide mode maximizes screen space that can be used for actual windows. Also,
|
||||||
i3bar sends the +SIGSTOP+ and +SIGCONT+ signals to the statusline process to
|
i3bar sends the +SIGSTOP+ and +SIGCONT+ signals to the statusline process to
|
||||||
save battery power.
|
save battery power.
|
||||||
|
|
||||||
The default is dock mode.
|
The default is dock mode; in hide mode, the default modifier is Mod4 (usually
|
||||||
|
the windows key).
|
||||||
|
|
||||||
*Syntax*:
|
*Syntax*:
|
||||||
----------------
|
----------------
|
||||||
mode <dock|hide>
|
mode <dock|hide>
|
||||||
|
modifier <Modifier>
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
*Example*:
|
*Example*:
|
||||||
----------------
|
----------------
|
||||||
bar {
|
bar {
|
||||||
mode hide
|
mode hide
|
||||||
|
modifier Mod1
|
||||||
}
|
}
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
Available modifiers are Mod1-Mod5, Shift, Control (see +xmodmap(1)+).
|
||||||
|
|
||||||
[[i3bar_position]]
|
[[i3bar_position]]
|
||||||
=== Position
|
=== Position
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue