Emmanuel Lepage Vallée

Results 242 comments of Emmanuel Lepage Vallée

Thanks for this. Too bad testing this would be rather non trivial. If you want to do it, you could copy/paste `test-awful-widget-button.lua` and replace the button with the slider.

Usually, you have to check for completion in each step or `return nil`. This wait another event loop iteration and try again. A lot of XCB is async, so those...

The failure is strange. I am not so sure. Maybe adding a couple empty steps after the wibox creation might help (there is a bunch of potentially async stuff going...

@psychon Mind chiming in? What do you think about this?

I have half working patch and 3d-party module to use [systemd StartTransientUnit](https://www.freedesktop.org/wiki/Software/systemd/dbus/) to back `startup_id`. And no, it does **NOT** tie AwesomeWM to `systemd`, It just requires a bunch of...

Thanks for this. I gave this a shot a few years ago in https://github.com/awesomeWM/awesome/pull/2244 . Then a couple years later tried to convince people a more QML-like approach was the...

> Names: * `wibox.container.if`: Clash with reversed keyword and syntax highlight * `wibox.container.switch`: Clash with some syntax highlight and potentially Lua might use it in the future. * `wibox.container.when`: No...

Refs https://github.com/awesomeWM/awesome/issues/2047#issuecomment-416052926 https://github.com/awesomeWM/awesome/pull/644 There's more conversations out there, mostly in the IRC archives. This has been causing problems for a *long* time. One of the very obvious bug with the...

What's your hardware? I have seen that a few time with Qt and Electron apps too. It seems to happen when I run in energy saving mode. On my hardware...