- Codice: Seleziona tutto
#!/bin/sh
#sudo nitrogen --restore
#urxvtd -q -f -o
#xcompmgr -C -l -O -D1
#wicd-client &
nitrogen --restore &
#sleep 5 && usr/bin/xscreensaver -no-splash &
/home/ninquitassar/.scripts/lightsOn.sh 120 &
conky | while read -r; do wmfs -s -name "$REPLY"; done
( sleep 3 && mpd ) &
xrandr &
sleep 15 && /home/ninquitassar/.conky/startup.sh &
e lo startup.sh è:
- Codice: Seleziona tutto
#!/bin/sh
conky -c ~/.conky/conkyrc0 &
conky -c ~/.conky/conkyrc1 &
conky -c ~/.conky/conkyrc2 &
exit


