36 lines
715 B
Plaintext
36 lines
715 B
Plaintext
# compton
|
|
al-compositor --start &
|
|
|
|
#$HOME/.config/setup &
|
|
|
|
# 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 &
|
|
|
|
# start panel
|
|
sleep 1; al-polybar-session &
|
|
|
|
# openbox autostart
|
|
ob-autostart -d &
|
|
|
|
# Required for xfce settings to work
|
|
xfsettingsd &
|
|
|
|
# Side panel shortcuts for file managers
|
|
xdg-user-dirs-gtk-update &
|
|
|
|
$HOME/.config/keypack &
|
|
# al-hello
|