Fix in emoji picker.
This commit is contained in:
parent
320f86a544
commit
2bb29319f1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue