Configuring Fluxbox
Config files
~/.fluxbox/init,
~/.fluxbox/keys,
~/.fluxbox/menu
Configuration Information
Be sure to backup your current .xinitrc before
proceeding.
cat >> ~/.xinitrc << "EOF"
exec fluxbox
EOF
mkdir ~/.fluxbox &&
cp /usr/share/fluxbox/init ~/.fluxbox/init &&
cp /usr/share/fluxbox/keys ~/.fluxbox/keys &&
cp /usr/share/fluxbox/menu ~/.fluxbox/menu
Menu Items are added by editing~/.fluxbox/menu. The
syntax is explained on the fluxbox man page.