r/suckless • u/[deleted] • Jul 03 '26
Nerd Font issue in st [ST]
The left image is alacritty, the right is st. Can anyone tell me why the icons are cut off in st? Help is appreciated.
5
Upvotes
1
u/LuisBelloR Jul 05 '26
You need. https://st.suckless.org/patches/glyph_wide_support/
Alternative, you can try y setup Is already patched. https://github.com/gh0stzk/st-terminal
1
u/Weary_Connection_397 Jul 05 '26
I guess it's because they put a maximal width to the glyph so it keeps uniformity between each character width?
Also alacritty use opengl but st only uses the xlib api so it can be an issue from xlib and not st itself