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

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