Update README.md

Add more items to the todo-list, remove mention of focus limitation.
This commit is contained in:
Leonardo Eugênio 2024-04-26 14:42:16 -03:00 committed by GitHub
parent effbf9ebc8
commit 081f6bed69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,9 @@ Currently has no support for command line arguments or any customization.
### Preview: ### Preview:
![image](https://github.com/lelgenio/wl-crosshair/assets/31388299/6e0aaa16-837b-40a8-9a13-ed808ea5db86) ![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? ## TODO
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. - [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