[rofi] Update default browser

This commit is contained in:
2021-05-10 00:46:41 -04:00
parent b19e46846d
commit f7dbf7ce17
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
/home/powellc/.asdf/shims/qutebrowser ":open -w $url"
firefox --new-window --search "$url"
else
exit
fi