all repos — dotfiles @ 751e1c227fd6f70e1ba6373eea28d99bd88e71df

linux dotfiles

bin/dmenu_launcher/google

1 2 3
#!/usr/bin/bash
echo -n | dmenu $DMENU_ARGS -p "Google" | tr ' ' '+' | xargs printf\
    'https://www.google.com/search?q=%b' | setsid -f xargs xdg-open