all repos — dotfiles @ 415ca287a1f9ce1329d40122cf7656ef8a7f130b

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