Friso Smit

Results 322 comments of Friso Smit

I did rework code that decides what scale to use in wayland recently, so that may have messed things up. But it's weird that only the text quality changes. The...

@and3rson have you been able to solve this problem?

I vaguely remember removing this functionality. I will have to look up later to see what it was about.

It hasn't been intentionally removed. It seems like for icons passed via path, the path is used as icon id. I don't think that's very bad, since only in very...

Hi, thanks for posting the PR. I've added some tips and tricks in [HACKING.md](https://github.com/dunst-project/dunst/blob/master/HACKING.md). In short, for testing dunst with valgrind, you will need to run `make test-valgrind`. It's best...

If you want to use `-Werror` in your own evironment, you can just set `EXTRA_CFLAGS=-Werror` before running make. I would not mess with the Makefile for that.

> > ...wonder if you're not better off using dbus (we are already using it extensively, so why not more?). We could add dunstctl commands like `dunstctl update ID summary...

> > I thought a bit more about this and I think the bash interface with modifying env variables is fine. DBUS is probably a bit overkill for IPC, but...

Hi @xoores, Do you agree with the suggested changes and are you able to make the time for it?

@xoores, it's been a while. Do you have time to finish this PR?