summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenuunicode
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-04-20 09:21:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2023-04-20 09:21:17 -0400
commit77fd62b9f315644be161c8a15287963552af99bd (patch)
tree3b918b9a60a3ff0a55086e334b9df49b278447e3 /.local/bin/dmenuunicode
parent65378ab9443401e0e895d50ad894d66ba4c3ff31 (diff)
parentc08949ebd2aeeec220b63da6a32542a0210bac38 (diff)
downloadeibhear-77fd62b9f315644be161c8a15287963552af99bd.tar.gz
eibhear-77fd62b9f315644be161c8a15287963552af99bd.tar.zst
eibhear-77fd62b9f315644be161c8a15287963552af99bd.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/dmenuunicode')
-rwxr-xr-x.local/bin/dmenuunicode2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenuunicode b/.local/bin/dmenuunicode
index 704c809..dd12bc3 100755
--- a/.local/bin/dmenuunicode
+++ b/.local/bin/dmenuunicode
@@ -13,6 +13,6 @@ chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | dmenu -i -l 30 | sed "s/
if [ -n "$1" ]; then
xdotool type "$chosen"
else
- printf "$chosen" | xclip -selection clipboard
+ printf "%s" "$chosen" | xclip -selection clipboard
notify-send "'$chosen' copied to clipboard." &
fi