aboutsummaryrefslogtreecommitdiff
path: root/files/imv
diff options
context:
space:
mode:
authorsomini <dev@somini.xyz>2020-12-03 00:18:05 +0000
committerHarry Jeffery <harry@exec64.co.uk>2021-07-08 23:30:24 +0100
commit38eee61bebf266af1ae5b652508134ce613295c5 (patch)
treeed92e90c83a2fe8f12b107be2ff3c396ee8c4440 /files/imv
parenteccd3cf9124d4ff2f4569b0c1fbf7f3a7b008b4d (diff)
downloadimv-38eee61bebf266af1ae5b652508134ce613295c5.tar.gz
Include support for imv-folder
This is a wrapper to open all images in a folder. Includes: - Script itself - Man page - Desktop file - Necessary Makefile changes Fix #223
Diffstat (limited to 'files/imv')
-rwxr-xr-xfiles/imv1
1 files changed, 0 insertions, 1 deletions
diff --git a/files/imv b/files/imv
index 90a0706..adff923 100755
--- a/files/imv
+++ b/files/imv
@@ -1,5 +1,4 @@
#!/bin/sh
-
if [ -n "${WAYLAND_DISPLAY}" ]; then
exec imv-wayland "$@"
else