all repos — dotfiles @ 6c1cae8dfd9c82f97000d5afba3e9aa6e094f313

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