You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUBSYSTEM=="input", ATTRS{id/product}=="009d", ATTRS{id/vendor}=="068e", ATTRS{name}=="DA V2 X Mouse", MODE="0660", TAG+="uaccess"
Is the above rule not enough for it to be able to read mouse events ? Getting the following error.
[2025-01-30T02:36:29Z INFO mouse_actions::process_args] Wayland detected : enable --no-listen option
[2025-01-30T02:36:29Z INFO mouse_actions::config] Watch the config "/home/phoenix/.config/mouse-actions.json" !
[2025-01-30T02:36:29Z INFO mouse_actions::process_args] mouse_actions successfully stopped
root_loop
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] Grab Error: IoError(
Os {
code: 13,
kind: PermissionDenied,
message: "Permission denied",
},
)
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] The user must be in the file group of /dev/input files, usually 'input' or 'plugdev' :
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] $ sudo usermod -a -G input $USER
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] $ sudo usermod -a -G plugdev $USER
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] $ sudo tee /etc/udev/rules.d/80-mouse-actions.rules <<<'KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=uinput"'
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] Then restart to apply this user modifications.
[2025-01-30T02:36:29Z ERROR mouse_actions::process_args] See https://github.com/jersou/mouse-actions#requirement-
The text was updated successfully, but these errors were encountered:
Is the above rule not enough for it to be able to read mouse events ? Getting the following error.
The text was updated successfully, but these errors were encountered: