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

@ -16,7 +16,7 @@ main() {
query=$( rofi -dmenu -matching fuzzy -location 0 -p "Query > " )
if [[ -n "$query" ]]; then
url=$URL$query
firefox --new-window --search "$url"
/home/powellc/.asdf/shims/qutebrowser ":open -w $url"
else
exit
fi