From af9e575276da25cd7d87371b7aa3cea35fe83532 Mon Sep 17 00:00:00 2001 From: Cheney Ni <56236030+cheneyni-451@users.noreply.github.com> Date: Sat, 16 May 2026 13:43:59 -0400 Subject: [PATCH] issues/367: (fix) README auto-paste Wayland udev rule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 383ec37..6c9bbca 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ When enabling the auto-paste feature, you may need to allow `clipse` the require ```shell sudo groupadd input sudo usermod -aG input - sudo vi /etc/udev/rules.d/99-uinput.rules --> add 'KERNEL=="uinput", GROUP="input", MODE="0660"' + sudo vi /etc/udev/rules.d/99-uinput.rules --> add 'KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"' sudo udevadm control --reload-rules sudo udevadm trigger ```