enable arg pass-trough for firefox
parent
c3298f0111
commit
c68f23a8cf
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo $@
|
||||
|
||||
real_firefox=$(which --skip-tilde firefox)
|
||||
|
||||
GDK_BACKEND=wayland "${real_firefox}"
|
||||
GDK_BACKEND=wayland "${real_firefox}" "$@"
|
||||
|
Loading…
Reference in New Issue