2 lines
69 B
Bash
2 lines
69 B
Bash
#!/bin/sh
|
|
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"
|
#!/bin/sh
|
|
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"
|