startup (fluxbox1.3.2)

#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.

# Change your keymap:
xmodmap "/home/liujun/.Xmodmap"

# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
# unclutter -idle 2 &
# wmnd &
# wmsmixer -w &
 fbsetbg -C ~/.fluxbox/splash.png
 fcitx 2>/dev/null
 fbsetbg -r /mnt/main/desktop/nature_high
 play /home/liujun/music/xp_login.wav &
 idesk &
 terminator &
 killall ibus-daemon
 ibus-daemon &
 conky >/dev/null 2>&1


# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.

exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "/home/liujun/.fluxbox/log"

原文地址:https://www.cnblogs.com/lixuebin/p/10814637.html