This commit is contained in:
Daniel Løvbrøtte Olsen
2020-02-28 14:36:14 +01:00
committed by Daniel Olsen
parent bc2a197e4e
commit 0372972bd0
4 changed files with 3 additions and 8 deletions

View File

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