diff options
author | Jan Sucan <jan@jansucan.com> | 2020-04-19 14:32:05 (GMT) |
---|---|---|
committer | Jan Sucan <jan@jansucan.com> | 2020-04-19 14:32:05 (GMT) |
commit | cbdb3beecc20d12500ce2c5a54621503b358a9e2 (patch) | |
tree | bc58134b01e7ed9712b029d8d57f57fc1acc5967 /doc/asciidoc | |
parent | 419170668a365625ed61d5c6aa83541c0778446f (diff) | |
download | fluxbox-cbdb3beecc20d12500ce2c5a54621503b358a9e2.zip fluxbox-cbdb3beecc20d12500ce2c5a54621503b358a9e2.tar.bz2 |
Move the systray ordering documentation to the asciidoc file
The .in file is generated from the .txt file.
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 8 |
1 files changed, 8 insertions, 0 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 |
1260 | right half of the current monitor. | 1260 | right half of the current monitor. |
1261 | 1261 | ||
1262 | *session.screen0.pin{Left|Right}*: 'classes':: | ||
1263 | Sort the system tray icons according to order specified in 'classes', which is | ||
1264 | a comma-separated list of CLASSCLASS properties of the X clients (The second | ||
1265 | field of WM_CLASS from the output of the *xprop(1)* utility). | ||
1266 | + | ||
1267 | Consider a system tray "A C B D E F". With pinRight set to "A, B" and pinLeft | ||
1268 | set to "E, F" it will look like "E F [C D] A B" while the icons in [] are | ||
1269 | unordered as usual. | ||
1262 | 1270 | ||
1263 | All of the 'location' resources following require a pathname to their specific | 1271 | All of the 'location' resources following require a pathname to their specific |
1264 | files. This is where you can specify different files. Most of the defaults will | 1272 | files. This is where you can specify different files. Most of the defaults will |