2022-06-01 21:00:40 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2022-07-17 11:03:13 +02:00
|
|
|
source $HOME/.config/dmenu/config
|
2022-06-01 21:00:40 +02:00
|
|
|
|
2022-07-17 11:03:13 +02:00
|
|
|
word="$(printf '\n' | $DMENU -p "Enter Word")"
|
|
|
|
|
|
|
|
dym -c $word | $DMENU -p "Select spelling" | xclip -selection clipboard
|