Actionless Loveless

Results 865 comments of Actionless Loveless

idk, i don't have wayland setup to test, feel free to update the docs

i'd rather make it optional

good point about "porting" full `valign` property's logic instead of implementing just center/non-center πŸ‘

@sclu1034 if you wanna discuss each of them - i guess better place would be there (https://github.com/awesomeWM/awesome/issues?q=is%3Aissue+is%3Aopen+memory+leak+)

> You'd have to do all memory allocation through lua_newuserdata, but that's not compatible with the internal memory management of GLib and other libraries. idk if that's implemented for imageboxes...

i think in your rule you need to also set border_width to 0

in that case mb rule is not actually matching that popup: > rule = { class = "Firefox", role = "Popup", },

in that case the good solution would be to unmanage those windows at all, by adding callback to a rule, which would call https://awesomewm.org/doc/api/classes/client.html#client:unmanage on the client

> Am I doing this right? Because I get an error /usr/loca/sare/aweosme/lib/awful/client/focus.lua:118 invalid object please provide full trace, not just error message > I tried to play around with callback,...

yeah, your real error is `2024-02-20 13:31:58 W: Trying to emit signal 'manage' on invalid object` try some guard like, `if c then` or first do a delayed call (and...