diff --git a/dotfiles/bin/.bin/firefox b/dotfiles/bin/.bin/firefox index 1a9beb6..d547682 100755 --- a/dotfiles/bin/.bin/firefox +++ b/dotfiles/bin/.bin/firefox @@ -1,5 +1,6 @@ #!/bin/sh +echo $@ real_firefox=$(which --skip-tilde firefox) -GDK_BACKEND=wayland "${real_firefox}" \ No newline at end of file +GDK_BACKEND=wayland "${real_firefox}" "$@"