others/emojis.sh

8 lines
141 B
Bash
Raw Normal View History

2023-03-27 05:27:33 +02:00
#!/bin/bash
. $HOME/.config/wms/wms_var
emoji=$(cat ~/.emojis | $XMENU | awk '{print $3}')
echo "$emoji" | xsel -b && xsel -ob | xsel -i