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

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