aboutsummaryrefslogtreecommitdiff
path: root/files/imv
blob: 3d6ed729d38778335ce85ffefa9de262f0f72a7c (plain)
1
2
3
4
5
6
7
#!/usr/bin/sh

if [ -n "${WAYLAND_DISPLAY}" ]; then
  exec imv-wayland "$@"
else
  exec imv-x11 "$@"
fi