changed name of rofiemoji to rofi-emoji
This commit is contained in:
parent
5627854856
commit
a5f2331f69
@ -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
|
Loading…
Reference in New Issue
Block a user