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

Add TAG+="uaccess" in the udev's rule
pull/182/head
Takashi Kokubun 2 years ago committed by GitHub
commit a78ac3e296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ In Ubuntu, this can be configured by running the following commands and rebootin
```bash
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

Loading…
Cancel
Save