diff --git a/dmenu-dict b/dmenu-dict new file mode 100755 index 0000000..c908d44 --- /dev/null +++ b/dmenu-dict @@ -0,0 +1,5 @@ +#!/bin/sh + +word="$(printf '\n' | dmenu -p "Enter Word")" + +dym -c $word | dmenu -p "Select spelling" | xclip -selection clipboard