SweepingBishops
SweepingBishops
> There's no need to bump this. We review the PRs regularly and will get to this. Oh, ok. Sorry, I didn't know.
> Please can you explain a bit how these format values work? What do you put in `down_suffix` or `up_suffix`? Previously, the `up` variable contained the complete value of upload...
Thanks! Will get to it by tomorrow.
How much does qtile track the mouse right now? I've read through #2657 and it seems to me that it is heavily focused on mouse tracking. Arjan-s' solution makes sense...
I'll see if I can get that to work. Thanks!
This is what I wrote. ``` @hook.subscribe.client_new def to_screen(client): mouse_xpos = qtile.core.get_mouse_position()[0] if mouse_xpos
I haven't tested it thoroughly yet, but it mostly works as expected. I say mostly because , `client_managed` gets run only after the window has been positioned. While that is...
Reply to @m-col in #3605. No I meant this > I wonder if you could create a function in your config which is run on the `client_new` hook. In that...
What are the commands you ran to install qtile?