src_prepare-overlay/www-client/icecat/files/icecat-wayland.sh

8 lines
104 B
Bash
Raw Normal View History

2020-04-28 01:49:48 +02:00
#!/bin/sh
#
# Run GNU IceCat under Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/icecat "$@"