linuxscripts/fluxbox/startup
2018-06-04 17:48:31 -05:00

34 lines
609 B
Bash

#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Change your keymap:
xmodmap "/home/shl/.Xmodmap"
#Automounting devices
udiskie &
# battery icon
cbatticon &
# Network Manager Icon
nm-applet &
# 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 &
idesk &
# 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/shl/.fluxbox/log"