bash/usr-local-bin/firefox: enable wayland

This commit is contained in:
Aminda Suomalainen 2022-04-16 16:01:07 +03:00
parent 1dbc60c2bc
commit a272e1531c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -x
export MOZ_ENABLE_WAYLAND=1
flatpak run org.mozilla.firefox --ProfileManager $@
set +x