Using a config made dmenu.

This commit is contained in:
Crony Akatsuki 2022-07-17 11:03:13 +02:00
parent 587f300ac7
commit 321f370263
19 changed files with 63 additions and 28 deletions

View file

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