to reproduce
icon=/path/to/icon
max-icon-size=0
min-width=200
then do notify-send "title" "something" and it would just be empty.
screenshot.png
And if you remove min-width, it will seg fault with
err: shm.c:110: failed to mmap SHM backing memory file: Invalid argument
zsh: segmentation fault (core dumped) fnott
fnott version 1.7.1
to reproduce
```ini
icon=/path/to/icon
max-icon-size=0
min-width=200
```
then do `notify-send "title" "something"` and it would just be empty.

And if you remove `min-width`, it will seg fault with
```
err: shm.c:110: failed to mmap SHM backing memory file: Invalid argument
zsh: segmentation fault (core dumped) fnott
```
```
fnott version 1.7.1
```
65 KiB