termux-packages/x11-packages/openbox/configs/autostart

15 lines
347 B
Plaintext
Raw Normal View History

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}" &
# start PyPanel
#pypanel &