mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
[python] Launch witray in the background at startup.
This commit is contained in:
parent
3ecd2db1aa
commit
7ae818a3e9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user