Files
Windows-11-Clipboard-Histor…/src-tauri/bundle/linux/99-win11-clipboard-input.rules
2025-12-11 08:54:51 -03:00

9 lines
436 B
Plaintext

# udev rules for Windows 11 Clipboard History
# Allows non-root users in the 'input' group to access input devices for global hotkeys
# Input devices (keyboards, mice) - needed for rdev global hotkeys
KERNEL=="event*", SUBSYSTEM=="input", MODE="0660", GROUP="input"
# uinput device - needed for enigo keyboard simulation (paste injection)
KERNEL=="uinput", SUBSYSTEM=="misc", MODE="0660", GROUP="input", OPTIONS+="static_node=uinput"