all repos — dotfiles @ 2a7af9e64a35386345d855e76f7e0ed58820a48f

linux dotfiles

bin/dmenu_launcher/ud (view raw)

 1
 2
 3
 4
#!/usr/bin/bash
echo -n | dmenu $DMENU_ARGS -p "UD" | tr ' ' '+' | xargs printf\
    'https://www.urbandictionary.com/define.php?term=%b'  | setsid -f\
    xargs xdg-open