added fluxbox config folder
This commit is contained in:
34
.fluxbox/startup~
Normal file
34
.fluxbox/startup~
Normal file
@ -0,0 +1,34 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# fluxbox startup-script:
|
||||
#
|
||||
# Lines starting with a '#' are ignored.
|
||||
|
||||
# Change your keymap:
|
||||
xmodmap "/home/aorth/.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 &
|
||||
# idesk &
|
||||
|
||||
# sonata &
|
||||
|
||||
# system monitor
|
||||
# conky &
|
||||
|
||||
# start thinkpad buttons as root
|
||||
sudo /usr/bin/tpb -d
|
||||
|
||||
# set the background with feh based on the last one we used (stored in .fehbg)
|
||||
#eval `cat $HOME/.fehbg`
|
||||
|
||||
# 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/aorth/.fluxbox/log"
|
Reference in New Issue
Block a user