c45606f
#!/bin/bash
c45606f
#
c45606f
# Run Firefox under Wayland
c45606f
#
c45606f
c45606f
export GDK_BACKEND=wayland
13b65c6
exec /usr/bin/firefox "$@"