From 090e7a724200cf6878ccc93137ac6b05f92d1f34 Mon Sep 17 00:00:00 2001 From: stjet <49297268+stjet@users.noreply.github.com> Date: Sun, 4 May 2025 02:59:03 +0000 Subject: [PATCH] evtest doc update --- README.md | 2 +- docs/philosophy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df0ce7b..999fa84 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Usage for most of the included windows and window-likes are included in `docs/wi More or the less the same, but includes with an onscreen keyboard for touchscreens. -`evtest` needs to be installed. Currently, the input device is assumed to be at `/dev/input/by-path/first-touchscreen`, but this is easily editable (see `src/bin/wm.rs`). So, for touchscreen support, the user running `ming` needs to have read permissions for that `dev/input/` file. +Currently, the touchscreen input device is assumed to be at `/dev/input/by-path/first-touchscreen`, but this is easily editable (see `src/bin/wm.rs`). For touchscreen support, the user running `ming` needs to have read permissions for that `/dev/input/` file. ``` ming touch diff --git a/docs/philosophy.md b/docs/philosophy.md index 2534d37..2cdeb74 100644 --- a/docs/philosophy.md +++ b/docs/philosophy.md @@ -75,4 +75,4 @@ PS: > ### Update > Ignoring the audio player dependencies and `bmp-rust`, the only dependencies not written by me are now `libc` for libc Rust bindings and `bitcoin-hashes` for SHA-512 password hashing (yes, I know SHA-512 is not the greatest password hash function, but it is lightweight, relatively). > -> Prior dependencies like `termion`, `linux_framebuffer`, `pty-process`, have been removed and replaced by a me-written version in the `linux` crate. As of v1.1, the dependency removing goal has been achieved. Huzzah! +> Prior dependencies like `termion`, `linux_framebuffer`, `pty-process`, `evtest` have been removed and replaced by a me-written version in the `linux` crate. As of v1.1, the dependency removing goal has been achieved. Huzzah!