From 1ed757abb607afb0cbbbf9c5f3cb522c925a0022 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 22 Nov 2020 17:26:41 +0530 Subject: now mangasort spawns sxiv windows in the right order --- scripts/mangasort | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mangasort b/scripts/mangasort index d46be69c..9bdf7435 100755 --- a/scripts/mangasort +++ b/scripts/mangasort @@ -3,7 +3,7 @@ import os def sxivInput(r1, r2): - return "sxiv " + r1 + " & " + "sxiv " + r2 + " & " + return "sxiv " + r2 + " & " + "sxiv " + r1 + " & " # r2 comes before because the's how manga works def calculate(prefix, suffix, num): r1 = '' -- cgit v1.2.3