blob: e151e231c0ca9d207fecf6bff00d43046ec6880f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Add the code below into your fluxbox's startup
script (i.e. ~/.fluxbox/startup), after "Start
DBUS session bus:" code section, or just above
the line "exec fluxbox" :
8<-------------------------------------------
# Start XDG compliant startup tool
#
if [ -x /usr/bin/fbautostart ] ; then
/usr/bin/fbautostart &
fi
8<-------------------------------------------
|