diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:38:14 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 13:38:14 -0500 |
| commit | 29b1c791f6e319cdab828cee5f491ca1c38e41d1 (patch) | |
| tree | be9d9d43d150f0b72f72e4e37cc43bde0e10b72e /.local/bin/getUnicode | |
| parent | 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 (diff) | |
Some New Configuration Tools
Diffstat (limited to '.local/bin/getUnicode')
| -rwxr-xr-x | .local/bin/getUnicode | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.local/bin/getUnicode b/.local/bin/getUnicode deleted file mode 100755 index 13d7971..0000000 --- a/.local/bin/getUnicode +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -char=$(cut -d ';' -f1 ~/.local/share/unicode | dmenu -i -l 30 | sed "s/ .*//") - -[ -z "$char" ] && exit - -if [ -n "$1" ]; then - xdotool type "$char" -else - echo "$char" | tr -d '\n' | xclip -selection clipboard - notify-send "'$char' copied to clipboard." & -fi |
