add firefox with wayland backend to .bin
parent
623ca10572
commit
05a005776e
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
real_firefox=$(which --skip-tilde firefox)
|
||||
|
||||
GDK_BACKEND=wayland "${real_firefox}"
|
Loading…
Reference in New Issue