sudo aptitude install fluxbox
Make it start when you login through GDM
echo "exec startfluxbox" > ~/.xinitrc
Make it make the pretty sound on login
sudo aptitude install sox
gedit ~/.fluxbox/startup
- Find this line:
exec /usr/local/bin/fluxbox
- Put this above it somewhere:
play /usr/share/sounds/login.wav > /dev/null 2>&1 &
- Listen happily.
No comments:
Post a Comment