Elektrine lite

← Feed

@vavakado@mas.to

Post #2198164

2026-04-28 13:43 UTC

even worse, the issue is rooted not in niri but in smithey, so i had to directly match on the keycode for it to work(maybe? i haven't tested it yet)

Replies (1)

  • @vavakado@mas.to 2026-04-28 13:43

    also, gosh i love nix ```nix package = ( pkgs.niri.overrideAttrs (oldAttrs: { patches = [ ./thumb_button.patch ]; }) ); ```

    Open ##2198165