aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-22 17:26:41 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-22 17:26:41 +0530
commit1ed757abb607afb0cbbbf9c5f3cb522c925a0022 (patch)
tree6d746ac5e61659e63b355fe6e5c235d99ee5d49c /scripts
parent026b290aa60d01b28da56abc2d19f92d914c4361 (diff)
now mangasort spawns sxiv windows in the right order
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mangasort2
1 files changed, 1 insertions, 1 deletions
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 = ''