changed name of rofiemoji to rofi-emoji

This commit is contained in:
Phuntsok Drak-pa 2019-10-23 12:02:00 +02:00
parent 5627854856
commit a5f2331f69
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/fish
grep -v "#" ~/.config/emoji.txt | rofi -dmenu -i | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard
set emoji (xclip -o -selection clipboard | tr -d '\n')
set -a emoji "copied to clipboard"
pgrep -x dunst >/dev/null && notify-send $emoji