#!/bin/sh source $HOME/.config/dmenu/config word="$(printf '\n' | $DMENU -p "Enter Word")" dym -c $word | $DMENU -p "Select spelling" | xclip -selection clipboard