al-skel/openbox-home/.config/openbox/autostart

21 lines
373 B
Plaintext
Raw Normal View History

2018-12-14 17:25:53 -06:00
# compton
al-compositor --start &
# enable numlock, commented out for laptop users
# numlockx &
# restore wallpaper
nitrogen --restore &
# required for xfce settings to work
xfsettingsd &
# fancy window switcher
skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon &
# start the panel
al-polybar-session &
# start conky
2019-01-19 21:52:18 -06:00
# al-conky-session --autostart &