README.md aktualisiert
This commit is contained in:
parent
37de4af9aa
commit
be1447e6c3
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ https://man.archlinux.org/man/ydotool.1
|
||||||
run deamon with:
|
run deamon with:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
echo '## Give ydotoold access to the uinput device
|
||||||
|
## Solution by https://github.com/ReimuNotMoe/ydotool/issues/25#issuecomment-535842993
|
||||||
|
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
|
||||||
|
' > /etc/udev/rules.d/80-uinput.rules
|
||||||
sudo usermod -G wheel,uinput simono41
|
sudo usermod -G wheel,uinput simono41
|
||||||
sudo ydotoold
|
sudo ydotoold
|
||||||
setxkbmap -query
|
setxkbmap -query
|
||||||
|
|
Loading…
Reference in a new issue