1 2 3 4 5 6 7
#!/bin/bash # # Run Firefox under Wayland # export GDK_BACKEND=wayland /usr/bin/firefox "$@"