mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Merge pull request #177 from dottorblaster/update-readme-uinput-uaccess
Add TAG+="uaccess" in the udev's rule
This commit is contained in:
commit
a78ac3e296
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user