autostart updated

This commit is contained in:
Kolan Sh 2013-12-18 00:55:44 +04:00
parent 7d06c98475
commit fb48ce0b63
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
os.execute ("numlockx on &")
os.execute ("xsetroot -cursor_name left_ptr &")
os.execute ("xscreensaver -no-splash &")
os.execute ("pidgin &")
os.execute ("pgrep xscreensaver || xscreensaver -no-splash &")
os.execute ("pgrep pidgin || pidgin &")
os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
os.execute ("pgrep firefox || (firefox || firefox-bin) &")
os.execute ("pgrep thunderbird || thunderbird &")
os.execute ("pgrep liferea || liferea &")
os.execute ("smbnetfs "..os.getenv("HOME").."/smb")
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/wallpapers/")