firefox/firefox-wayland.sh.in

8 lines
99 B
Bash
Raw Normal View History

2020-02-27 03:49:17 -05:00
#!/bin/bash
#
# Run Firefox under Wayland
#
export GDK_BACKEND=wayland
exec /usr/bin/firefox "$@"