fluxbox fork with a slight change to maximized windows
Find a file
2020-04-05 09:47:18 +02:00
3rd/vim vim syntax: Add ftdetect to Vimball creation in Makefile 2019-07-21 15:21:08 +02:00
build-aux build-sys: use iconv library detections from gettext 2013-05-26 10:38:11 +01:00
data Fix build-system: install data files (keys, apps, menu ...) 2015-01-05 15:08:32 +01:00
doc Fix menu docs, esp. items allowed in window menu 2019-04-22 10:53:04 -07:00
m4 add automake helpers to enforce --std=cxx11 2016-11-05 22:38:47 +01:00
nls Update Vietnamese translation 2019-01-08 19:11:18 +07:00
src Store order in TrayWindow instead of using expensive comperator. 2020-04-05 09:47:18 +02:00
util fbrun, add horizontal padding option 2018-03-14 07:49:50 +01:00
.gitignore build-sys: move to non-recursive build 2013-05-26 10:38:11 +01:00
.mailmap Add .mailmap file 2015-02-08 10:47:52 +01:00
AUTHORS updated the AUTHOR file 2011-01-23 22:23:13 +01:00
autogen.sh build-sys: move autotools files to subdirectories 2013-05-26 10:38:10 +01:00
ChangeLog Final notes 2015-02-08 11:44:34 +01:00
configure.ac add automake helpers to enforce --std=cxx11 2016-11-05 22:38:47 +01:00
COPYING cosmetics 2011-02-27 18:43:29 +01:00
Doxyfile docs: update Doxyfile 2013-05-26 10:38:09 +01:00
INSTALL moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
Makefile.am Fix build-system: install data files (keys, apps, menu ...) 2015-01-05 15:08:32 +01:00
NEWS Final notes 2015-02-08 11:44:34 +01:00
README moved meta-information around a little bit 2011-11-01 07:24:11 +01:00
README.md Branch specific readme. 2020-04-05 09:47:18 +02:00
TODO allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
version.h.in Identify clang compiler 2015-01-03 17:52:15 +01:00

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.