dotfiles/.bin/OLD/dexec_ding

5 lines
110 B
Plaintext
Raw Normal View History

2022-12-06 08:01:44 +01:00
#!/bin/sh
. $HOME/.bin/_config
D="$(echo "$(xclip -o)" | $DMENU_CMD -p Translate)"
[ ! -z "$D" ] && ding "$D"