Firefox autostart fixed.

This commit is contained in:
Kolan Sh 2013-05-09 22:56:09 +04:00
parent 00d89cdce4
commit 55a180e4db
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ os.execute ("xscreensaver -no-splash &")
os.execute ("pidgin &")
os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
os.execute ("pgrep firefox || firefox &")
os.execute ("pgrep firefox-bin || firefox-bin &")
os.execute ("pgrep firefox || (firefox || firefox-bin) &")
os.execute ("smbnetfs "..os.getenv("HOME").."/smb -o umask=111")
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/wallpapers/")