Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created May 5, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/d4c9923be6901eca9317baf80849e8e4 to your computer and use it in GitHub Desktop.
Save grahamc/d4c9923be6901eca9317baf80849e8e4 to your computer and use it in GitHub Desktop.
$ cat firefox-X11.sh
#!/bin/sh
unset MOZ_ENABLE_WAYLAND
profile="$XDG_RUNTIME_DIR/firefox-x11"
mkdir -p "$profile"
exec firefox -profile "$profile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment