Skip to content

Commit

Permalink
libXft was fixed last year
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Nov 25, 2023
1 parent b25052b commit 83af492
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dmenu-uni
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# dmenu-uni emoji All emojis.
# dmenu-uni emoji-common Common emojis
#
# NOTE: dmenu will *crash* when using a colour emoji font, this is a bug in Xft:
# https://bugs.freedesktop.org/show_bug.cgi?id=107534

dmenu="dmenu -i" # Command to use
#dmenu="dmenu -x -i -l 20 -fn monospace:size=20" # Adding some options
Expand All @@ -21,7 +19,7 @@ copy="xclip -rmlastnl -selection clipboard"
# Common emojis I use >99% of the time:
common="-or g:smileys g:hand-fingers-open g:hand-fingers-partial g:hand-single-finger g:hand-fingers-closed g:hands g:body-parts g:person-gesture"

# Display onlt the male variants:
# Display only the male variants:
#common="$common -gender male"

# Set skin tone:
Expand Down

0 comments on commit 83af492

Please sign in to comment.