aboutsummaryrefslogtreecommitdiff
path: root/files/imv
blob: adff923ddecc248a47edcdc04eb61c6ae6744c18 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ -n "${WAYLAND_DISPLAY}" ]; then
  exec imv-wayland "$@"
else
  exec imv-x11 "$@"
fi