diff options
Diffstat (limited to '.local/bin/dmenu/unicode-select')
-rwxr-xr-x | .local/bin/dmenu/unicode-select | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenu/unicode-select b/.local/bin/dmenu/unicode-select index f42cd6e..b797691 100755 --- a/.local/bin/dmenu/unicode-select +++ b/.local/bin/dmenu/unicode-select | |||
@@ -2,7 +2,7 @@ | |||
2 | # Select unicode character via dmenu and copy to clipboard | 2 | # Select unicode character via dmenu and copy to clipboard |
3 | 3 | ||
4 | line="$(cat ~/.local/share/unicode_list | dmenu -i -l 10)" | 4 | line="$(cat ~/.local/share/unicode_list | dmenu -i -l 10)" |
5 | grep "$line" ~/.local/src/unicode_list | tr -d [:print:] | | 5 | grep "$line" ~/.local/share/unicode_list | tr -d [:print:] | |
6 | xclip -r -selection "clipboard" && | 6 | xclip -r -selection "clipboard" && |
7 | notify-send "$(xclip -selection "clipboard" -o) copied to clipboard" | 7 | notify-send "$(xclip -selection "clipboard" -o) copied to clipboard" |
8 | 8 | ||