Workaround for #1476 and #1407

N-R-K 2022-11-05 00:44:25 +00:00
parent cbccf84ec9
commit e31cb906a1

@ -143,4 +143,8 @@ There's a known issue with Amethyst window manager on macOS - redraws do not wor
## 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/).
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`.