From c4fddcafe4b3675f1403bfc6e2aa624923092c00 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Sat, 27 Feb 2021 15:57:26 +0100 Subject: [PATCH] Added todos to readme --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4693eb0..aabfab8 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# EVDEV Actions +# EVDEV Actions \[WIP] ## Functionality @@ -7,3 +7,11 @@ This tool allows certain configurable actions to be taken upon events from `evde ## Long-Term Solution The functionality of this tool should ideally be moved into `libinput` and/or Wayland compositors. + +## Todos + +- Switch to libevdev, find out how to link to it using CMake +- Pass `/dev/input/by-id/` to libevdev +- Add file-based configuration for device(s) and actions +- Write Systemd unit file +- Write Arch Linux PKGBUILD file