-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glyphs not rendering #38
Comments
Did you try setting the font in your xresources file? The terminal font is an independent thing, afaik. Example
(source: https://discordapp.com/channels/683782260071071764/696269945188646952/759868223113003088) It might be hardcoded, though. See: Line 14 in 0362201
Line 17 in 0362201
Line 217 in 0362201
|
How did you configure the WM? Using Xresources or the source code? |
@con-f-use i have a font.config in .config/fontconfig set to use the various Noto Nerd Fonts then I am referencing the monospace:size=10 in the config.h file which the window manager picks up. I can try the XResources file through @paperbenni I installed instantos yesterday, downloaded the src for instantwm and changed the tags to these and restarted the window manager |
You might have to change the font to something that contains your needed symbols |
according to fc-match the fonts I have used contains the unicode characters for these glyphs. I tried forcing Noto Serif Runic and still they are not rendered |
I have changes the tags to rune glyphs.
The fonts I use in Emacs and for intsantwm is Noto Mono Nerd Font
I can verify this still happens when the font is default Fira Code Nerd Font.
Is this something that I have misconfigured or is this a problem with the window manager itself?
The text was updated successfully, but these errors were encountered: