enable arg pass-trough for firefox

master
lub 5 years ago
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…
Cancel
Save