src_prepare-overlay/www-client/icecat/files/icecat-wayland.sh
2020-04-28 01:49:48 +02:00

8 lines
104 B
Bash

#!/bin/sh
#
# Run GNU IceCat under Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/icecat "$@"