#!/usr/bin/sh

export PATH="${PATH#*/wrappers:}"
exec env LD_PRELOAD="/usr/lib64/qubes-gui-daemon/shmoverride.so" Xwayland "$@"
