diff --git a/Troubleshooting.md b/Troubleshooting.md index 4ffc50d..13f4642 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -141,10 +141,6 @@ On OpenBSD & FreeBSD (and probably on macOS as well) `stty` maps ^Y t There's a known issue with Amethyst window manager on macOS - redraws do not work correctly and the screen breaks. See [issue #521](https://github.com/jarun/nnn/issues/521) for more details. -## Truncated icons in st - -When using `O_NERD/O_ICONS`, some `nnn` file icons in simple terminal may appear truncated. A `st` patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/). - ## Running inside docker containers When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`. @@ -152,4 +148,6 @@ When run inside docker container nnn exits instantly. The solution is to create ## Icons not working properly Ensure that the primary font of your terminal is set to a suitable one (e.g when using `O_NERD`, primary font should be a nerd font). -Also ensure that your system's locale is set up properly. \ No newline at end of file +Also ensure that your system's locale is set up properly. + +When using [ST](https://st.suckless.org/) some icons may appear truncated. A patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/). \ No newline at end of file