diff options
Diffstat (limited to 'scripts/util/fr-acc.sh')
-rwxr-xr-x | scripts/util/fr-acc.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/util/fr-acc.sh b/scripts/util/fr-acc.sh new file mode 100755 index 0000000..ef5f301 --- /dev/null +++ b/scripts/util/fr-acc.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +selected=$(grep -v '^#' ~/.local/share/scripts/accents.txt | dmenu -i -l 30 | cut -d' ' -f1) +echo -n "$selected" | xclip -selection clipboard +printf '%s\n' "$selected has been copied to the clipboard." | dzen2 -bg white -fg black -p 2 -x -475 -y 50 -w 475 -h 50 |