all repos — tint2 @ f8037b7ff5adf90ee63da519f2c3539b16cb5e43

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

f8037b7ff5adf90ee63da519f2c3539b16cb5e43

parent

7dddd4a5a2e136a838dec6b0591800c0cd74c83d

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

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

@@ -157,7 +157,7 @@ start_wm()

sleep(1) os.environ["DEBUG_FPS"] = "1" os.environ["ASAN_OPTIONS"] = "detect_leaks=1" - tint2 = run(["tint2", "-c", config], True) + tint2 = run([tint2path, "-c", config], True) if tint2.poll() != None: raise RuntimeError("tint2 failed to start") sleep(1)