6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export GDK_BACKEND=wayland
|
||
|
|
||
|
exec /usr/lib/firefox/firefox "$@"
|