all repos — dotfiles @ 083a6969b204afbfcc06b1d3e46a32d5cc46e4d9

linux dotfiles

bin/dmenu_launcher/google (view raw)

 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