diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-22 17:26:41 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-22 17:26:41 +0530 |
commit | 1ed757abb607afb0cbbbf9c5f3cb522c925a0022 (patch) | |
tree | 6d746ac5e61659e63b355fe6e5c235d99ee5d49c /scripts/mangasort | |
parent | 026b290aa60d01b28da56abc2d19f92d914c4361 (diff) |
now mangasort spawns sxiv windows in the right order
Diffstat (limited to 'scripts/mangasort')
-rwxr-xr-x | scripts/mangasort | 2 |
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 = '' |