Merge pull request #177 from dottorblaster/update-readme-uinput-uaccess

Add TAG+="uaccess" in the udev's rule
This commit is contained in:
Takashi Kokubun 2022-09-20 22:59:38 +09:00 committed by GitHub
commit a78ac3e296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ In Ubuntu, this can be configured by running the following commands and rebootin
```bash ```bash
sudo gpasswd -a YOUR_USER input sudo gpasswd -a YOUR_USER input
echo 'KERNEL=="uinput", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules echo 'KERNEL=="uinput", GROUP="input", TAG+="uaccess"' | sudo tee /etc/udev/rules.d/input.rules
``` ```
#### Arch Linux #### Arch Linux