From 081f6bed695f9cf9f3947b44cfe37abad850f89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 26 Apr 2024 14:42:16 -0300 Subject: [PATCH] Update README.md Add more items to the todo-list, remove mention of focus limitation. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b057bd..eb01347 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,9 @@ Currently has no support for command line arguments or any customization. ### Preview: ![image](https://github.com/lelgenio/wl-crosshair/assets/31388299/6e0aaa16-837b-40a8-9a13-ed808ea5db86) -### Why is it flickering when I put my cursor over it? -In wayland, windows cannot be "click-through", so in order to still send events we "close" the window when you hover it and show it in the next frame. +## TODO +- [x] Make the crosshair Click-through https://github.com/lelgenio/wl-crosshair/pull/1 +- [ ] Option to control size of crosshair +- [ ] Option to offset crosshair +- [ ] Configuratin file +- [ ] Support for loading custom crosshair images