Hello,
I'm trying to set some applications to be maximized, and the only way i 
found to de that is not working as expected:

@hook.subscribe.client_new
def new_client(client):
    if 'gitk' in client.window.get_wm_class():
        client.maximized = True

This is working only when in restart my qtile (lazy.restart()). Is there a 
way to have it directly applied on each new windows?

-- 
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/f51f083b-34de-4e28-9522-e220dbd8a86en%40googlegroups.com.

Reply via email to