On Fri, May 15, 2020 at 06:32:02AM -0700, Eric Joshua Hernandez wrote:
> I'm trying to see if i can integrate qtile with KDE plasma. To do this 
> properly I need to deal with the plasma desktop windows plasmashell 
> generates. For now i'm content with just closing them but ideally they 
> would be moved to the correct screen and not be focusable, always under 
> other windows. I figure i need to have a function like this
> @hook.subscribe.client_new
> def deal_with_plasma(window):
> 
> 
> But i'm not treally sure what to do next. I tried something like
> if window.window.match() =="something goes here":
> But qtile complains that there's no such attribute.

I think you just want window.match(), but it's hard to know without
seeing the exact code and error message.

Tycho

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/20200515151645.GG731211%40cisco.

Reply via email to