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

33 lines
680 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 &
2018-06-09 18:51:08 -05:00
# 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' &
2017-10-16 14:38:02 -05:00
# restore wallpaper
nitrogen --restore &
2017-12-23 22:20:11 -06:00
# start panel
sleep 1; al-polybar-session &
# openbox autostart
2017-10-16 14:38:02 -05:00
ob-autostart -d &
# Required for xfce settings to work
2017-10-16 14:38:02 -05:00
xfsettingsd &
2018-05-02 23:45:37 -05:00
# Side panel shortcuts for file managers
2017-10-16 14:38:02 -05:00
xdg-user-dirs-gtk-update &
$HOME/.config/keypack &