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
2017-10-16 12:38:02 -07:00

28 lines
451 B
Plaintext
Executable File

# launch compton
al-compositor --start &
$HOME/.config/setup &
# restore wallpaper
nitrogen --restore &
# panel
al-tint2-session &
sleep 1; launch-polybar &
# Openbox autostart
ob-autostart -d &
## GNOME PolicyKit authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# Required for xfce setting to work
xfsettingsd &
# Launch conky if session exists
sleep 2; al-conky-session &
xdg-user-dirs-gtk-update &
panel-switch &