all repos — dotfiles @ 39cdffd4e407b4893e07eccd379aa1691aa17428

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