al-skel/home/.config/openbox/autostart
2018-08-18 13:16:42 -07:00

34 lines
732 B
Plaintext

# compton
al-compositor --start &
# enable numlock, commented out for laptop users
# numlockx &
# polkit, required for authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# keyring for storing saved passwords
gnome-keyring-daemon --start --components=pkcs11 &
# pressing super key alone simulates pressing Alt-F1
ksuperkey -e 'Super_L=Alt_L|F1' &
ksuperkey -e 'Super_R=Alt_L|F1' &
# restore wallpaper
nitrogen --restore &
# run the ob-autostart GUI configured commands
ob-autostart -d &
# required for xfce settings to work
xfsettingsd &
# side panel shortcuts for file managers
xdg-user-dirs-gtk-update &
# start the panel
al-polybar-session &
# start conky
sleep 1; al-conky-session --autostart &