aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2020-04-19 14:32:05 (GMT)
committerJan Sucan <jan@jansucan.com>2020-04-19 14:32:05 (GMT)
commitcbdb3beecc20d12500ce2c5a54621503b358a9e2 (patch)
treebc58134b01e7ed9712b029d8d57f57fc1acc5967
parent419170668a365625ed61d5c6aa83541c0778446f (diff)
downloadfluxbox-cbdb3beecc20d12500ce2c5a54621503b358a9e2.zip
fluxbox-cbdb3beecc20d12500ce2c5a54621503b358a9e2.tar.bz2
Move the systray ordering documentation to the asciidoc file
The .in file is generated from the .txt file.
-rw-r--r--doc/asciidoc/fluxbox.txt8
-rw-r--r--doc/fluxbox.1.in7
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index 87286ea..de96791 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -1259,6 +1259,14 @@ Default right: *Shade Minimize Maximize Close*
1259'LHalf' and 'RHalf' are buttons to quickly place a window into the left and 1259'LHalf' and 'RHalf' are buttons to quickly place a window into the left and
1260right half of the current monitor. 1260right half of the current monitor.
1261 1261
1262*session.screen0.pin{Left|Right}*: 'classes'::
1263Sort the system tray icons according to order specified in 'classes', which is
1264a comma-separated list of CLASSCLASS properties of the X clients (The second
1265field of WM_CLASS from the output of the *xprop(1)* utility).
1266+
1267Consider a system tray "A C B D E F". With pinRight set to "A, B" and pinLeft
1268set to "E, F" it will look like "E F [C D] A B" while the icons in [] are
1269unordered as usual.
1262 1270
1263All of the 'location' resources following require a pathname to their specific 1271All of the 'location' resources following require a pathname to their specific
1264files. This is where you can specify different files. Most of the defaults will 1272files. This is where you can specify different files. Most of the defaults will
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index dbec41d..90c69fd 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -2044,9 +2044,12 @@ are buttons to quickly place a window into the left and right half of the curren
2044.PP 2044.PP
2045\fBsession\&.screen0\&.pin{Left|Right}\fR: \fIclasses\fR 2045\fBsession\&.screen0\&.pin{Left|Right}\fR: \fIclasses\fR
2046.RS 4 2046.RS 4
2047Sort the system tray icons according to order specified in \fIclasses\fR, which is a comma\-separated list of CLASSCLASS properties of the X clients (The second field of WM_CLASS from the output of the \fBxprop(1)\fR utility)\&. 2047Sort the system tray icons according to order specified in
2048\fIclasses\fR, which is a comma\-separated list of CLASSCLASS properties of the X clients (The second field of WM_CLASS from the output of the
2049\fBxprop(1)\fR
2050utility)\&.
2048.sp 2051.sp
2049Consider a system tray "A C B D E F"\&. With pinRight set to "A, B" and pinLeft set to "E, F" it will look like "E F [C D] A B" while the icons in [] are unordered as usual. 2052Consider a system tray "A C B D E F"\&. With pinRight set to "A, B" and pinLeft set to "E, F" it will look like "E F [C D] A B" while the icons in [] are unordered as usual\&.
2050.RE 2053.RE
2051.sp 2054.sp
2052All of the \fIlocation\fR resources following require a pathname to their specific files\&. This is where you can specify different files\&. Most of the defaults will be located in the user\(cqs \fB~/\&.fluxbox\fR directory\&. 2055All of the \fIlocation\fR resources following require a pathname to their specific files\&. This is where you can specify different files\&. Most of the defaults will be located in the user\(cqs \fB~/\&.fluxbox\fR directory\&.