On Mon, Jun 10, 2019 at 03:19:25PM -0700, Aaron Helton wrote: > > Now that I've done some more logging I confirmed that the issue appears to be > in my client_managed hook. The check windoe.group.name == 'scratchpad' always > appears to be false and the group instead always comes up as the group the > scratchpad is being called to. Is this expected behavior?
What do you mean "the scratchpad is being called to"? It should be the group the client is initially assigned to once it's managed. You can follow the code in libqtile/core/manager.py:599 in the manage() function. Maybe you want group_window_add, for the scratchpad group instead? 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/20190611150940.GB26034%40cisco. For more options, visit https://groups.google.com/d/optout.
