Emmanuel Lepage Vallée

Results 242 comments of Emmanuel Lepage Vallée

I installed telegram-desktop and it works for me

A cheap/temporary fix is to use my https://github.com/elv13/collision module. It does the same thing but is much smarter with corner cases.

can you try git-master? I made some changes to the border code, it might be better (or worst, or nothing changed). edit: also remove the section in `rc.lua` which set...

Code is in https://github.com/Elv13/awesome-1/tree/2023_xmas_commits, at least most of it. I have been running this branch for most of the year and it works "fine". However this is missing part of...

Merging since this was approved and I only rebased/fixed_new_doc_warnings

It can be done by making a custom LTP template, see https://awesomewm.org/apidoc/core_components/client.html#shape

Umm, apparently using the GLX backend mitigate the glitch, but then I get #1 where some parts are rendered using X11 border color because resize isn't fast enough.

Just a quick note that I personally use GTK/GDK for this. I know @psychon wont allow a dependency on GTK because it cannot be trusted not to implement new features...

It's not slow because of Lua, it is slow because of all the I/O operations and inodes checks. KDE, for example, keep a service with some SHM memory to share...