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

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