[python] Launch witray in the background at startup.

This commit is contained in:
Kris Maglione 2010-05-30 11:28:06 -04:00
parent 3ecd2db1aa
commit 7ae818a3e9

View File

@ -306,6 +306,6 @@ if not os.environ.get('WMII_NOPLUGINS', ''):
except Exception, e:
traceback.print_exc(sys.stdout)
call(*tray)
call(*tray, background=True)
# vim:se sts=4 sw=4 et: