aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Bollerhey <gbsoftware@arcor.de>2014-01-06 23:23:09 (GMT)
committerJan Sucan <jan@jansucan.com>2020-04-05 07:47:18 (GMT)
commit35ce8b313a8fd99c0f8d77e237a66c869fe44f74 (patch)
treed3e9117f7fe7d512b6196339af7c37043e443f9a
parent07d2137024877f5fdf99d733d5887fb3f62076c7 (diff)
downloadfluxbox-35ce8b313a8fd99c0f8d77e237a66c869fe44f74.zip
fluxbox-35ce8b313a8fd99c0f8d77e237a66c869fe44f74.tar.bz2
Branch specific readme.
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..440a870
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
1The version in this branch adds following feature:
2
3When Fluxbox creates system tray icons it adds them from right to left,
4so in an autostart situation the order is effectively random.
5
6With this version you can add following options to .fluxbox/init:
7
8(o) session.screen0.systray.pinRight
9
10(o) session.screen0.systray.pinLeft
11
12which can be set to a comma seperated list of window classnames
13(retrieveable with xprop). The system tray icons will then be sorted
14accordingly and retain the order in which they are specified.
15
16consider a system tray: A C B D E F
17with pinRight = A, B and pinLeft = E, F it will look like
18E F [C D E] A B while the icons in [] are un-ordered as usual.