1I3-WSBAR(1) User Contributed Perl Documentation I3-WSBAR(1)
2
3
4
6 i3-wsbar - sample implementation of a standalone workspace bar
7
9 i3-wsbar -c <dzen2-commandline> [options]
10
12 --command <command>
13 This command (at the moment only dzen2 is supported) will be
14 started for each output. %x will be replaced with the X coordinate
15 of the output.
16
17 Example:
18 --command "dzen2 -dock -x %x"
19
20 --input-on <list-of-RandR-outputs>
21 Specifies on which outputs the contents of stdin should be appended
22 to the workspace bar.
23
24 Example:
25 --input-on "LVDS1"
26
27 --output-on <list-of-RandR-outputs>
28 Specifies for which outputs i3-wsbar should start "command".
29
30 --show-all
31 If enabled, all workspaces are shown (not only those of the current
32 output). Handy to use with "--output-on".
33
34
35
36perl v5.10.1 2010-06-09 I3-WSBAR(1)