[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

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