Moritz Lüdecke

Results 9 comments of Moritz Lüdecke

I disabled the whole OSD. This was maybe unwise, because you won't see changes of other properties e.g. changing the language.

I'm writing a plugin for the py3status, a status bar for the i3 window tiling manager. If dunst is paused, because you want to be concentrate yourself on work, the...

After adding the emit in dbus.c: ```cpp " " " " " " ``` Nothing changed. I still don't get a dbus signal.

That's something I can work with. Thank you!

After some investigation today I figured out that the dbus properties like paused or waiting notifications are never updated. I couldn't find any trigger called in `dunst.c` and executed in...

There is already a [discussion](https://lists.suckless.org/dev/1707/31965.html) at suckless (the developer of dmenu). dmenu and also pinentry-dmenu crashes when you use an unicode emoji.

In the long run I want to support Wayland. At least when I switch from X11 to Wayland. Since I cannot estimate the effort for supporting Wayland and I currently...

Hey @duckdalbe, > The only thing I'm missing is the possibility to place and style the window a little more: the number of lines, its offsets and width. I already...

Hi @vaygr, I don't actively develop on pinentry-dmenu anymore. You can either fork the project or open a pull request. If I find time I can review and merge it.