commit a82eb13c53128b87abb8277996fe2dcbb1416f8a parent 68da64c0a2d73461b4e7dae9d2dba7234b854f42 Author: regexghost <dev@regexghost.com> Date: Sun, 26 Jul 2026 20:33:44 +0100 sxiv patch Diffstat:
| M | otherPrograms.sh | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/otherPrograms.sh b/otherPrograms.sh @@ -300,6 +300,10 @@ sxiv () { git clone https://github.com/xyb3rt/sxiv cd sxiv + + cp ../patches/sxiv-print-index.diff . + patch < sxiv-print-index.diff + make sudo make install cd ..