Add Xinerama explanation in the readme
This commit is contained in:
parent
ac29e045e6
commit
7b76711980
17
README.md
17
README.md
|
@ -7,6 +7,11 @@ switching along with text alignment (screw you dzen!), full utf8 support
|
||||||
and reduced memory footprint. It also supports transparency when using a
|
and reduced memory footprint. It also supports transparency when using a
|
||||||
compositor such as compton. Nothing less and nothing more.
|
compositor such as compton. Nothing less and nothing more.
|
||||||
|
|
||||||
|
Xinerama support
|
||||||
|
----------------
|
||||||
|
Thanks to @Stebalien now bar is Xinerama compliant, just compile it with
|
||||||
|
XINERAMA=1 and you're good to go!
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
bar accepts a couple of command line switches.
|
bar accepts a couple of command line switches.
|
||||||
|
@ -51,3 +56,15 @@ l Aligns the text to the left.
|
||||||
c Aligns the text to the center.
|
c Aligns the text to the center.
|
||||||
r Aligns the text to the right.
|
r Aligns the text to the right.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
The options below are valid only if compiled with Xinerama support.
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
s<0-9> Switches to screen 0-9
|
||||||
|
sn Switches to next screen
|
||||||
|
sp Switches to previous screen
|
||||||
|
sr Switches to the rightmost screen (the latest)
|
||||||
|
sl Switches to the leftmost screen (the first)
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user