aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Bollerhey <gbsoftware@arcor.de>2015-02-11 06:13:33 (GMT)
committerJan Sucan <jan@jansucan.com>2020-04-05 07:57:59 (GMT)
commitd679deebda429e0c7dbc63d61cb3b66f78627541 (patch)
tree98caa82193a1c08af347b1e6f91663e8e00aba45
parent114d261cc9c1bcbc638105c50dff13eab55f10a4 (diff)
downloadfluxbox-d679deebda429e0c7dbc63d61cb3b66f78627541.zip
fluxbox-d679deebda429e0c7dbc63d61cb3b66f78627541.tar.bz2
Remove branch readme (easier merging).
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 08e3c87..0000000
--- a/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
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] A B while the icons in [] are un-ordered as usual.