mirror of
https://github.com/lelgenio/wl-crosshair.git
synced 2025-06-06 14:38:15 -03:00
A crosshair overlay for wlroots compositor
This patch sets an empty input region allowing clicking through the window. It also removes the pointer event handler and no longer removes the window on mouse over. |
||
---|---|---|
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
README.md |
wl-crosshair
A crosshair overlay for wlroots compositors.
A extremely stripped down version of crossover.
Currently has no support for command line arguments or any customization.
Preview:
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.