3 lines
70 B
Bash
3 lines
70 B
Bash
#!/bin/sh
|
|
exec env MOZ_ENABLE_WAYLAND=1 /usr/lib/firefox/firefox "$@"
|
#!/bin/sh
|
|
exec env MOZ_ENABLE_WAYLAND=1 /usr/lib/firefox/firefox "$@"
|