all repos — tint2 @ 36e9e92df1207a5f1cc75782613329d1cd89c468

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Changed tintwizard #! to python 2 (note that tintwizard is obsolete)
o9000 mrovi9000@gmail.com
commit

36e9e92df1207a5f1cc75782613329d1cd89c468

parent

0f1dac50f12659f4b1824a49c24941123b7e0ce6

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M src/tint2conf/tintwizard.pysrc/tint2conf/tintwizard.py

@@ -1,4 +1,4 @@

-#!/usr/bin/env python +#!/usr/bin/env python2 #************************************************************************** # Tintwizard

@@ -2149,5 +2149,4 @@ print NAME, VERSION

exit() tw = TintWizardGUI() - tw.main() - + tw.main()