Revert "[rofi] Update default browser"

This reverts commit f7dbf7ce17.
This commit is contained in:
2021-05-10 10:37:53 -04:00
parent f7dbf7ce17
commit 5fa9d465df
4 changed files with 4 additions and 4 deletions

View File

@ -22,4 +22,4 @@ if [ "$URL" = "" ]; then
exit 0
fi
firefox --new-window --search "$URL"
qutebrowser --target window "$URL"