LilleAila

Results 10 comments of LilleAila

The video did not upload properly. Here is the same video: https://github.com/Aylur/ags/assets/67327023/01820df4-dc26-46b5-a186-11d8c42116de

The same also happened on `wl-screenrec 0.1.4`, the latest version in nixpkgs

> What compositor are you using? > > I can repro a crash in the same spot by enabling a display while capturing, so I'll fix that, maybe that's the...

> Ok, fixed a very similar bug, curious if it fixes the one you're running into. Try [abb0f26](https://github.com/russelltg/wl-screenrec/commit/abb0f262aa41027df00f5f3be74ce78eb95b66df) That seems to have partially fixed it. The original error i had...

How about doing something like this? (taken from my hm config) ```nix { config, lib, pkgs, ... }: let cfg = config.programs.wlr-which-key; yamlFormat = pkgs.formats.yaml { }; in { options.settings.wlr-which-key...

> @LilleAila aha! Hadn't thought about that particular usecase, thanks! I've opted for a slightly different implementation. Let me know what you think. LGTM! But maybe `commonSettings` should be renamed...

> Hmmm, I've tried adding you @LilleAila but home-manager doesn't seem to know you: > > ``` > error: undefined variable 'LilleAila' > > at /home/minijackson/Documents/Dev/dev/github.com/nix-community/home-manager/modules/programs/wlr-which-key.nix:7:46: > > 6| in...

> Thanks for the context! > > Sounds very reasonable to me but I'm not an expert on this so wouldn't want to make a call. > > Maybe @LilleAila...

> I thought the library is used to magically determine the current layout in use. If it's just for pre-generate the mapping can't it be hardcoded? Do you mean to...

> Isn't it included in the source code of the X server anyway? The point of the uinput output is to have no dependency on X11, so it wouldn't help....