all repos — tint2 @ 3320ee8e058cc51231753f4d96de4fd30734cb15

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

Regression testing
o9000 mrovi9000@gmail.com
commit

3320ee8e058cc51231753f4d96de4fd30734cb15

parent

ec380e25eca5415715d9407e27f462cd743d0bde

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

jump to
M test/regression.pytest/regression.py

@@ -296,7 +296,7 @@

def run_tests(use_asan): print_err("Running tests...") configs = [] - configs += ["../themes/" + s for s in os.listdir("../themes")] + configs += ["../themes/" + s for s in os.listdir("../themes") if s.endswith("tint2rc")] index = 0 for config in configs: index += 1