[i3] Moving back to qute

This commit is contained in:
2021-11-15 10:51:27 -05:00
parent 2e9ad334e5
commit 9f21469c4f
3 changed files with 3 additions and 7 deletions

View File

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