This commit is contained in:
Daniel Løvbrøtte Olsen
2020-02-28 14:31:24 +01:00
committed by Daniel Olsen
parent 7bbbcdca55
commit bc2a197e4e
5 changed files with 3 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
chosen=$(grep -v "#" /home/daniel/.config/nixpkgs/nix-dotfiles/scripts/emojis.txt | dmenu -i -l 20 -fn Monospace-14)
chosen=$(grep -v "#" /home/dan/.config/nixpkgs/nix-dotfiles/scripts/emojis.txt | dmenu -i -l 20 -fn Monospace-14)
[ "$chosen" != "" ] || exit

0
scripts/emojis.txt Normal file → Executable file
View File