Create README.md

This commit is contained in:
Leonardo Eugênio 2023-05-31 20:33:59 -03:00 committed by GitHub
parent 9e231676f7
commit 57d0908e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# wl-crosshair
A crosshair overlay for wlroots compositors.
A extremely stripped down version of [crossover](https://github.com/lacymorrow/crossover).
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.