Adrian

Results 240 comments of Adrian

Hey, sorry this took so long. That this limit is reached usually means that some other program has opened the file this many times (and didn't close them after). A...

Happy to see your work continue! Can't wait to try out your Wayland implementation once it's ready.

I don't think the current pr is a solution, because you can move floating windows behind tiled ones (and there is no easy way to get them back). Could you...

If you're interested in this behavior I would recommend adding a config option for that. Edit: I think you would basically have to partially disable automatic window sorting. @VuiMuich @mautamu...

I think `make test-full-nix` and the ci checks are on par with what they run besides the msrv check, both check clippy, fmt, test and nix. I think `cargo clippy`...

We currently auto-generate the config, that is why there is no explanation given, but I can definitely see the benefits of those comments. [related code](https://github.com/leftwm/leftwm/blob/4ea1533b030684a7f6b2885d893f81352b7beefe/leftwm/src/config.rs#L257) | [related issue](https://github.com/leftwm/leftwm/issues/1129) | [related...

I already prepared some work, see #1058. It's basically missing a hook to reload the theme.

I want to note that I am experiencing a similar behavior when opening rofi using a keybind and then running `mpc n`. This should autocomplete to `mpc next` and return...

@VuiMuich rofi itself is working fine for me, it's only when I execute this specific command (`mpc n`) with rofi that my entire X11 freezes. Haven't really debugged that yet...

@VuiMuich I fixed the problem I had (see #1196), is it fixed for you too with that (I don't think so)? Edit: You might try to reproduce the issue with...