mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
b442552a1f
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
12 lines
363 B
Text
12 lines
363 B
Text
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<-------------------------------------------
|