karthink
karthink
I can confirm this. Emacs 27.2.
@elParaguayo I didn't do the widget bisection correctly when trying to find out what was causing the flicker. I've found the sources of the problems: 1. ~The bottom segments disappearing...
> Does the same happen with a horizontal bar? There are no display issues with a horizontal bar. More updates on the disappearing elements issue: It's not just the CPU...
I'll try stripping out more stuff until I can find a small configuration that still gives me this problem. Is there a way run Xephyr with qtile pointed to a...
I'm starting it from the xephyr script, so this should be fine for testing configs. Thank you, I'll do some testing.
I still observe flickering in vertical qtile bars in both a regular session and in Xephyr. I haven't had time to create a minimal config to reproduce this yet, please...
> Do you have any functions subscribed to that hook? I don't. Does this mean that the only difference between using Match() in the `float_rules` argument to `layout.Floating()` and setting...
Things get even more mysterious. I removed all references to mpv from [my config](https://github.com/karthink/dotfiles/blob/master/qtile/.config/qtile/config.py) except for some keybindings. So no floating rule for mpv anywhere. And yet mpv is still...
Thank you, that answers that question. I added no-keepaspect-window to mpv.conf and it no longer floats on startup. However the original problem still remains. When I - add a `Match(wm_name='mpv')`...
Sure, I tried it. ``` 2021-10-17 12:49:37,562 DEBUG libqtile hook.py:fire():L372 Internal event: client_name_updated((Window(name='PXL_20210921_185205115.mp4 - mpv', wid=20971522),), {}) 2021-10-17 12:49:37,563 DEBUG libqtile core.py:_xpoll():L295 X11 event: PropertyNotify (targets: 2) 2021-10-17 12:49:53,246 DEBUG...