Tom Schwindl writes:
> I too cannot reproduce this with the latest commit "7ab0cb5ef0e1", neither
> on OpenBSD nor on void linux. It would be useful to know which patches you've
> applied and what the contents of your config.h actually are.
>
> Have you already tried to use the current master w
NRK writes:
> On Fri, Sep 22, 2023 at 12:22:25PM +0100, Christopher Lang wrote:
>> I'm guessing that when the second dmenu opens, the first one is still
>> fading out and this stops XCreateIC from working as intended?
>
> Worth noting that according to the docs X
NRK writes:
> On Thu, Sep 21, 2023 at 02:02:12PM +0100, Christopher Lang wrote:
>> I run the following shell command:
>> seq 2 | dmenu && seq 3 | dmenu
>> The first dmenu instance opens as expected. I hit the enter key and a 1
>> is printed. However, the se
I have experienced the following bug on both arch linux and void linux.
dmenu and dwm are both installed with config.h equal to config.def.h.
I run the following shell command:
seq 2 | dmenu && seq 3 | dmenu
The first dmenu instance opens as expected. I hit the enter key and a 1
is printed. Ho