15 lines
347 B
Plaintext
Executable File
15 lines
347 B
Plaintext
Executable File
#
|
|
# These things are run when an Openbox X Session is started.
|
|
# You may place a similar script in $HOME/.config/openbox/autostart
|
|
# to run user-specific things.
|
|
#
|
|
|
|
# set background image
|
|
#feh --bg-fill "${HOME}/wallpaper.jpg" &
|
|
|
|
# start X composite effects manager
|
|
#xcompmgr -c -t-5 -l-5 -r4.5 -o.75 -d "${DISPLAY}" &
|
|
|
|
# start PyPanel
|
|
#pypanel &
|