c45606f
#!/bin/bash
c45606f
#
c45606f
# Run Firefox under Wayland
c45606f
#
c45606f
c45606f
export GDK_BACKEND=wayland
8d2f56d
exec /usr/bin/firefox "$@" >> ~/_ff_wayland_log.txt 2>&1