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