all repos — dotfiles @ 0c629a2b5b6a9c3e6d5b26bf9e792a80d74f40d1

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