Re: [NixOS/nixpkgs] dual-function-keys: init at 1.1.0 (#94097)

From: notifications@github.com
Domain: IP info github.com
MX-server: IP info out-26.smtp.github.com
Size: 1893 Bytes
Create: 2020-09-19
Update: 2020-09-20
Score: 1
Safe: Yes

Outbound domains: github.com |

@vyp Could you take a look at this PR?

How do I test this PR? The NixOS configuration will look something like this:

  services.interception-tools = {
    enable = true;
    plugins = [ pkgs.interception-tools-plugins.dual-functions-keys ];
    udevmonConfig = ''
        - JOB: "intercept -g $DEVNODE | dual-function-keys -c /home/svend/.dual-function-keys.yaml | uinput -d $DEVNODE"
          DEVICE:
            EVENTS:
              EV_KEY: [KEY_ENTER]
      '';
  };

But I'm not sure how to get my NixOS to build off a local configuration.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.