rustn00b
rustn00b
Thanks for the detailed description! > because it feels like a hack I went with the `prefer_expected_size` because I thought it was _less_ hackish ¯\_(ツ)_/¯. Though I did have to...
> It would be great for all the key bindings to be fully customizable. The tricky bit here is that the UI needs to be dismissed with the mod key...
> Does it work with windows opening/closing dynamically? Yes, at least that is the intent. You can actually use the `Alt-q` from within the UI to close windows as you...
I set up a new branch with just the two commits on top of 8ba57fc, the first matches the most recent state of #977, and the second has the rolled...
> I see that you bumped MSRV from 1.80 to 1.83 and applied some clippy lints (is_none_or). Is that strictly necessary? It was needed to support `ControlFlow::Break` / `ControlFlow::Continue`, which...
> Regardless, those changes should be in a separate PR. Available in PR #1717
ac4c5d3b adds some animations giving the whole thing a more polished feel. Ideally transitions out of the UI should make it more obvious how the focus transfers to the focused...
This last update adds a thumbnail selection animation that improves the UX as it gives a visual indication of where the window for the selected thumbnail will appear. For now,...
Hi there! > May I ask whether an option to disable this feature would be available? Not a bad idea, one could easily imagine a user either not wanting interfering...
> Having MRU data available via IPC would be a godsend. 30c5cf38 includes focus timestamp data in the the JSON output of `niri msg windows` (and in the `event-stream`). Timestamps...