2018-09-10 00:42:26 +02:00
|
|
|
#
|
|
|
|
# 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}" &
|
2018-10-18 00:40:00 +02:00
|
|
|
|
|
|
|
# start PyPanel
|
|
|
|
#pypanel &
|