wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 7ae818a3e9144eb5bc225e288b94401343a87faf
parent 3ecd2db1aa52f85e23ba419c10733ef8f3f85eab
Author: Kris Maglione <kris@suckless.org>
Date:   Sun, 30 May 2010 11:28:06 -0400

[python] Launch witray in the background at startup.

Diffstat:
alternative_wmiircs/python/wmiirc.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alternative_wmiircs/python/wmiirc.py b/alternative_wmiircs/python/wmiirc.py @@ -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: