From 718f9feb8de96be91748521ff52d802b34d5dc73 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 18 Nov 2019 23:13:21 +0100 Subject: Add script to open media, and track already seen media --- 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 d08127a..b4425cf 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", "-s", "f", "-f"], stdin=subprocess.PIPE) +process = subprocess.Popen(["sxiv", "-i", "-f"], stdin=subprocess.PIPE) process.communicate("\n".join(images_str).encode()) -- cgit v1.2.3