[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

@ -7,7 +7,7 @@ set $mod Mod4
font pango:Go Mono 10
# APP VARIABLES
set $browser firefox --new-window
set $browser qutebrowser --target window
set $solobrowser surf
set $term alacritty

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 $url
qutebrwoser ":open -w $url"
else
exit
fi

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"