all repos — fluxbox @ cbdb3beecc20d12500ce2c5a54621503b358a9e2

custom fork of the fluxbox windowmanager

Move the systray ordering documentation to the asciidoc file

The .in file is generated from the .txt file.
Jan Sucan jan@jansucan.com
commit

cbdb3beecc20d12500ce2c5a54621503b358a9e2

parent

419170668a365625ed61d5c6aa83541c0778446f

2 files changed, 13 insertions(+), 2 deletions(-)

jump to
M doc/asciidoc/fluxbox.txtdoc/asciidoc/fluxbox.txt

@@ -1259,6 +1259,14 @@ +

'LHalf' and 'RHalf' are buttons to quickly place a window into the left and right half of the current monitor. +*session.screen0.pin{Left|Right}*: 'classes':: +Sort the system tray icons according to order specified in 'classes', which is +a comma-separated list of CLASSCLASS properties of the X clients (The second +field of WM_CLASS from the output of the *xprop(1)* utility). ++ +Consider 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. All of the 'location' resources following require a pathname to their specific files. This is where you can specify different files. Most of the defaults will
M doc/fluxbox.1.indoc/fluxbox.1.in

@@ -2044,9 +2044,12 @@ .RE

.PP \fBsession\&.screen0\&.pin{Left|Right}\fR: \fIclasses\fR .RS 4 -Sort 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)\&. +Sort 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)\&. .sp -Consider 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. +Consider 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\&. .RE .sp All 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\&.