Results 23 comments of Hans Chen

> I think the solution may have been putting `no-keepaspect-window` in your mpv config Many thanks for the answer. I may have missed something, but using `no-keepaspect-window` makes mpv tiled...

Yes, I've tried all sorts of combinations: 1. `*layout.Floating.default_float_rules`, `Match(wm_class="mpv")` and `no-keepaspect-window`: mpv starts as floating, toggling fullscreen => tiled. 2. `*layout.Floating.default_float_rules`, and `no-keepaspect-window`: mpv starts as tiled, toggling fullscreen...

I had some trouble with this when I tested Qtile, so having it in the documentation would be nice. Especially since you can't just use the standard method of specifying...

> [This commit](https://github.com/ipython/ipython/pull/13763) should fix the issue with the new release of 8.6.0. > > I don't personally use this plugin, can anyone confirm? @CosmosAtlas Many thanks for the fix....

The issue [has now been fixed](https://github.com/ipython/ipython/pull/13868) in the latest version of IPython (8.8.0 and newer). I have [moved the information about this issue to the FAQ](https://github.com/hanschen/vim-ipython-cell/commit/0367936adddeea95091f6d361263ed0adfcdfd71).

@dmolin I actually hacked together a "proper" Tabbed layout for myself and have intended to share it on GitHub, but never found the time to polish it in terms of...

Just wanted to chime in and say that I also prefer to install wrf-python from PyPI because I can easily include it in `requirements.txt` and install all required packages with...

I'm still affected by this bug (qtile 0.22.1), so I think it would be good to keep track of the issue.

Just an update, using the new systemd mechanism (Plasma 5.25 and later), I found it really easy to run a KDE Plasma desktop environment with Qtile instead of KWin: 1....

> Is the *predefined time* you are mentioning a time out after the last input character? Yes that's correct. Something like 0.5 s would be a good default value I...