This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.config/openbox/autostart

24 lines
440 B
Plaintext
Raw Normal View History

# compton
2017-10-16 14:38:02 -05:00
al-compositor --start &
# enable numlock, commented out for laptop users
# numlockx &
2017-10-16 14:38:02 -05:00
# restore wallpaper
nitrogen --restore &
2018-08-18 15:16:42 -05:00
# required for xfce settings to work
2017-10-16 14:38:02 -05:00
xfsettingsd &
# fancy window switcher
2018-09-01 16:35:40 -05:00
skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon &
2018-08-18 15:16:42 -05:00
# side panel shortcuts for file managers
2017-10-16 14:38:02 -05:00
xdg-user-dirs-gtk-update &
2018-08-18 15:16:42 -05:00
# start the panel
al-polybar-session &
# start conky
2018-09-01 16:35:40 -05:00
al-conky-session --autostart &