I have a rule to float mpv windows by default (among others): floating_layout = layout.Floating(float_rules=[Match(wm_class='mpv')])
And mpv floats by default. So far so good. When I tile mpv manually however (with lazy.toggle_floating()), I expect it to stay tiled. 1. Every time it moves to the next item in a playlist, the window automatically floats. 2. If I send the tiled mpv window to another desktop, it automatically floats. Why is this happening? Is there some way to make its floating/tiling state persistent when I change it manually? -Karthik -- 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/87h7dqwuvf.fsf%40gmail.com.
