#!/bin/sh

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