diff options
author | Julian T <julian@jtle.dk> | 2023-02-07 18:32:59 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-02-07 18:32:59 +0100 |
commit | 5bc3182c47b46f368197858f13d9e3ba870cad84 (patch) | |
tree | d830be1c9b843fdcd59725961cb0376653ce59ff /intcp | |
parent | 35cab3cb5a1ce92cec602226cd0c9deb8925de37 (diff) |
Setwall cargo.toml remove xresources and udevmon fix
Diffstat (limited to 'intcp')
-rw-r--r-- | intcp/resc/intcp/udevmon.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intcp/resc/intcp/udevmon.yaml b/intcp/resc/intcp/udevmon.yaml index 3733456..3affbd8 100644 --- a/intcp/resc/intcp/udevmon.yaml +++ b/intcp/resc/intcp/udevmon.yaml @@ -1,4 +1,4 @@ -- JOB: "intercept -g $DEVNODE | /home/julian/intcp/intcp | uinput -d $DEVNODE" +- JOB: "intercept -g $DEVNODE | /home/julian/resc/intcp/intcp | uinput -d $DEVNODE" DEVICE: EVENTS: EV_KEY: [ KEY_CAPSLOCK, KEY_LEFTALT, KEY_102ND ] |