blob: a16b52d8f5285f163a07ed92e1b4edeb101e3211 (
plain) (
blame)
1
2
3
|
# Opens rofi in dmenu mod and waits for input. Then pushes the input to the query of the URL.
#
echo "" | rofi -dmenu -p "Search:" | xargs -I{} xdg-open https://www.google.com/search?q={}
|