aboutsummaryrefslogtreecommitdiff
path: root/files/imv
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:36:57 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:36:57 +0100
commit901243b3f97368c05f7ed1c723d4ef5d18f634a1 (patch)
tree3016977d6c3286ccbd4131e0951fbbbe4a053a12 /files/imv
parentaa40dba4c4caa79f402e9cf5907f59e0d4d830e1 (diff)
downloadimv-901243b3f97368c05f7ed1c723d4ef5d18f634a1.tar.gz
Rename imv-wl to imv-wayland
Diffstat (limited to 'files/imv')
-rwxr-xr-xfiles/imv2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/imv b/files/imv
index c275633..3d6ed72 100755
--- a/files/imv
+++ b/files/imv
@@ -1,7 +1,7 @@
#!/usr/bin/sh
if [ -n "${WAYLAND_DISPLAY}" ]; then
- exec imv-wl "$@"
+ exec imv-wayland "$@"
else
exec imv-x11 "$@"
fi