From 2ea39b359ac53912c7a1c748e2f04aa1a6336f1f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 26 Apr 2021 19:06:12 +0200 Subject: misc, dont show notification for too long --- read_manga.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'read_manga.py') diff --git a/read_manga.py b/read_manga.py index f6f2dc7..4ad25c7 100755 --- a/read_manga.py +++ b/read_manga.py @@ -77,5 +77,5 @@ for chapter in chapters_by_oldest[start_index:]: images_str.append(os.path.join(image_dir, image)) index += 1 -process = subprocess.Popen(["sxiv", "-i", "-f"], stdin=subprocess.PIPE) +process = subprocess.Popen(["sxiv", "-a", "-i", "-f"], stdin=subprocess.PIPE) process.communicate("\n".join(images_str).encode()) -- cgit v1.2.3