aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2022-04-05 17:01:06 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2022-04-05 17:01:06 +0530
commita45f5852803001ced4a121b5ecccd56ef14a03dd (patch)
treea3e1b81a1f75d244326b812d0619780e34cabf78 /README.md
parent5b254bf763176b0e5b22ffcb2b4f5232e24a2f65 (diff)
docs: fix name of GNOME's protocol for autotyping
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26cc775..50a8c4b 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ It seems like `wtype` uses the
to emulate a virtual keyboard and [KDE
supports](https://invent.kde.org/plasma/kwin/-/issues/74#note_369803) the
[input-method-unstable-v2](https://wayland.app/protocols/input-method-unstable-v1) protocol. GNOME
-seems to be doing its own thing with [libie](https://gitlab.gnome.org/GNOME/mutter/-/issues/1974).
+seems to be doing its own thing with [libei](https://gitlab.gnome.org/GNOME/mutter/-/issues/1974).
There's also [ydotool](https://github.com/ReimuNotMoe/ydotool) which requires that users access
`/dev/uinput`, which is restricted to the root user.