codebling

Results 42 comments of codebling

@pinealservo awesome, thanks for figuring that out!!

So...it's not even clear to me what "urgent" means. If it means that new windows steal focus from other windows, then I have a solution that works for that, and...

So, after a few more tests, > Are clients urgent by default after all? (sorry for being lazy/ignorant) Yes, they are! Ok, this seems to fix it: ```diff client.disconnect_signal("request::activate", awful.ewmh.activate)...

> Well, the `request::activate` handler is meant to be disconnected and replaced by something that suits your needs. I am not convinced the default should change. In the past, doing...

> Is that your main (only?) issue (i.e. that minimized clients are not handled with the code from the FAQ)? Yes! That's my only issue. I've updated the code. Let...

Any blockers to merging this? Should I have just created an issue instead?

> > (it behave differently in the case when you have minimized client on another tag) Can you explain? Differently how?

> when you have minimized client on another tag > > 1. it will check if it minimized > 2. will unminize it > 3. check if it's visible >...

> > wasMinimized = false > > wasMinimized = true > > i see you setting the var but it's not being used further in code Sorry, it's late. ```lua...

I definitely did not think this would be so complicated. The goal was just to make things better with a quick small contribution, not to create headaches! > ```lua >...