[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

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