Fix in emoji picker.
This commit is contained in:
parent
320f86a544
commit
2bb29319f1
@ -6,6 +6,6 @@ chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | dmenu -l 20 -i -p "sele
|
|||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
xdotool type "$chosen"
|
xdotool type "$chosen"
|
||||||
else
|
else
|
||||||
printf "$chosen" | wl-copy -n
|
printf "$chosen" | xclip -rmlastnl
|
||||||
notify-send -t 2000 "'$chosen' copied to clipboard" &
|
notify-send -t 2000 "'$chosen' copied to clipboard" &
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user