From ba855586ae918377002c2a0381255b9d0fed69d2 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sat, 31 Aug 2024 13:32:20 +0100 Subject: [PATCH] README.md: update to add events --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23b37dd..d9ec96e 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,9 @@ library. for general usage, sending commands directly to the IPC socket of Hyprland is supported for i.e.: performance, e.g.: `c.RawRequest("[[BATCH]] dispatch exec kitty, keyword general:border_size 1")` - -## Planned - -- [Events](https://wiki.hyprland.org/Plugins/Development/Event-list/) +- [Events:](https://wiki.hyprland.org/Plugins/Development/Event-list/) to + subscribe and handle Hyprland events, see + [events](./examples/events/events.go) for an example on how to use it. ## Development