[i3] Add better rofi tools to I3

This commit is contained in:
2021-02-04 18:03:59 -05:00
parent dcae1a4f1b
commit 57c16cf9ec
5 changed files with 60 additions and 45 deletions

View File

@ -16,7 +16,7 @@ main() {
query=$( rofi -dmenu -matching fuzzy -location 0 -p "Query > " )
if [[ -n "$query" ]]; then
url=$URL$query
xdg-open "$url"
/home/powellc/.asdf/shims/qutebrowser ":open -w $url"
else
exit
fi