Settings Related to Dwm
Using emoji in the status bar
Install
libxft-bgra
in AUR:Use
yay
to install package fromAUR
:yay -S libxft-bgra
. If a gpg key problem occured, just try installlibxft-bgra-git
package instead.Change some code in
drw.c
ofdmenu
anddwm
:Search
color fonts
in those file. Find a block comment like this./* Do not allow using color fonts. This is a workaround for a BadLength ...
Just comment out the if block right after the comment.
Note that some fonts can crash dwm if this step was not done. Details in ArchWiki.
Change the font used in status bar of
dwm
Select a font that support emoji, like
Noto Color Emoji
.Restart dwm
The default shortcut to terminate dwm is
Alt+Shift+Backspace
.