###  Authentication agent.
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &

###  Start the wallpaper.
nitrogen --restore &

###  Turn off your touchpad while typing.
###  This is set for a 1 second delay. You can change 
###  it in the command below. Such as...
###  syndaemon -i 2.0 -d &
###  ...will give a two second delay.
###  To disable your touchpad while typing, uncomment the next line.
#syndaemon -i 1.0 -d &

###  To disable your touchpad completely, uncomment the next line.
#synclient TouchpadOff=1 &

### Turn the Number Lock on.
#numlockx &

###  Turn on Compton compositing.
#compton &

### Play the Startup sound.
#sleep 1 && aplay /usr/share/miyolinux/miyolinux.wav &

###  Turn on the panel.
sleep 2 && tint2 &

###  Turn on the volume icon.
sleep 6 && volumeicon &

###  Turn on the conky.
#sleep 8 && conky &

### Show the Connman Network Manager in the system tray.
#sleep 10 && cmst -m -i Papirus-Dark &
