Skip to content

Instantly share code, notes, and snippets.

@AdrianKoshka
Last active July 18, 2019 00:07
Show Gist options
  • Save AdrianKoshka/53c23543b40c8f6f6efd7d7a1f3e09c4 to your computer and use it in GitHub Desktop.
Save AdrianKoshka/53c23543b40c8f6f6efd7d7a1f3e09c4 to your computer and use it in GitHub Desktop.
#!/usr/bin/bash
#
# Run Firefox under Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec /usr/bin/firefox "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment