mirror of
https://github.com/lelgenio/wl-crosshair.git
synced 2024-12-24 11:55:36 -03:00
1f13ba2b94
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.