-
Download and install
Noto Color Emoji
font from https://github.com/googlefonts/noto-emoji/releases . -
As said in lxqt/qterminal#627 (comment) , add it's setup snippet into
/etc/fonts/fonts.conf
.<!-- For colored emojis --> <!-- See https://github.com/lxqt/qterminal/issues/627#issuecomment-529109613 --> <match target="pattern"> <test name="family"><string>monospace</string></test> <edit name="family" mode="append"><string>Noto Color Emoji</string></edit> </match>
-
Restart your application.
Last active
October 26, 2024 10:34
-
-
Save jfcherng/93e43b3f0422f4deb1366ac150663b94 to your computer and use it in GitHub Desktop.
Setup Color Emoji on Linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment