Remove Geary from autostart.

This commit is contained in:
Kolan Sh 2014-08-26 14:07:12 +04:00
parent 64b89b92a5
commit e52d41f0a9
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ 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 geary || geary &")
os.execute ("smbnetfs "..os.getenv("HOME").."/smb")
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/.config/awesome/wallpaper.slink")
os.execute ("pgrep mail_loop.sh || "..os.getenv("HOME").."/.config/awesome/mail_loop.sh &")