Emanuele Torre
Emanuele Torre
I have used qutebrowser for almost 3 years and I have never had this problem.
I made this simple electron program to reproduce this bug with: `index.js`: ```js const { exec } = require("child_process"); const { app, BrowserWindow } = require("electron"); app.whenReady().then(function() { const win...
> https://github.com/baskerville/bspwm/issues/811#issuecomment-667889182 @instantepiphany, I tried to use that patch and the problem wasn't fixed.
@baskerville, that commit didn't fix the issue.
@baskerville https://youtu.be/Xy9TLXJmL54
> @emanuele6 I've used your test case: the script previously didn't print bye when switching desktops and now it does. > >Am I missing something? The issue is that it...
> @emanuele6 I've used your test case: the script previously didn't print bye when switching desktops and now it does. No, before d4dee39, it also printed `bye` if you changed...
> I've noticed that both spectrwm and i3 pass the timestamp of the last received event as the last argument to xcb_set_input_focus while bspwm passes XCB_CURRENT_TIME. I tried to use...
Oh, sorry about that, I don't have much experience at all with `libxcb`. > what we want is `last_event_timestamp = e->time` in each event handler… It doesn't look like event...
Applying this patch changes the behaviour a little, but it's a bit random (maybe that's just because this is a random change...): https://youtu.be/RUmV8NxWUT8 . The window behaves like usual, but,...