add firefox with wayland backend to .bin

master
lub 5 years ago
parent 623ca10572
commit 05a005776e

@ -0,0 +1,5 @@
#!/bin/sh
real_firefox=$(which --skip-tilde firefox)
GDK_BACKEND=wayland "${real_firefox}"
Loading…
Cancel
Save