summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
blob: 64a1c868e86089f41a33dbbb3fdccbc3f9cc5f89 (plain)
1
2
3
4
5
6
7
#!/bin/bash
#
# Run Firefox under Wayland
#

export GDK_BACKEND=wayland
exec /usr/bin/firefox "$@"
bgstack15