mirror of
https://github.com/0intro/wmii
synced 2025-02-16 14:24:00 +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:
|
except Exception, e:
|
||||||
traceback.print_exc(sys.stdout)
|
traceback.print_exc(sys.stdout)
|
||||||
|
|
||||||
call(*tray)
|
call(*tray, background=True)
|
||||||
|
|
||||||
# vim:se sts=4 sw=4 et:
|
# vim:se sts=4 sw=4 et:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user