all repos — dotfiles @ 855224535ddd84150aa66d469c2c8ce1c67475d5

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