From 35ce8b313a8fd99c0f8d77e237a66c869fe44f74 Mon Sep 17 00:00:00 2001 From: Gregor Bollerhey Date: Tue, 7 Jan 2014 00:23:09 +0100 Subject: Branch specific readme. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..440a870 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +The version in this branch adds following feature: + +When Fluxbox creates system tray icons it adds them from right to left, +so in an autostart situation the order is effectively random. + +With this version you can add following options to .fluxbox/init: + +(o) session.screen0.systray.pinRight + +(o) session.screen0.systray.pinLeft + +which can be set to a comma seperated list of window classnames +(retrieveable with xprop). The system tray icons will then be sorted +accordingly and retain the order in which they are specified. + +consider a system tray: A C B D E F +with pinRight = A, B and pinLeft = E, F it will look like +E F [C D E] A B while the icons in [] are un-ordered as usual. -- cgit v0.11.2