A crosshair overlay for wlroots compositor
Find a file
Timo Zuccarello 1f13ba2b94 Don't close the window on mouse over and allow clicking through window.
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.
2024-04-19 21:25:30 +02:00
src Don't close the window on mouse over and allow clicking through window. 2024-04-19 21:25:30 +02:00
.envrc Initial Commit 2023-05-31 20:15:49 -03:00
.gitignore Initial Commit 2023-05-31 20:15:49 -03:00
Cargo.lock Initial Commit 2023-05-31 20:15:49 -03:00
Cargo.toml Initial Commit 2023-05-31 20:15:49 -03:00
flake.lock Initial Commit 2023-05-31 20:15:49 -03:00
flake.nix Initial Commit 2023-05-31 20:15:49 -03:00
README.md Create README.md 2023-05-31 20:33:59 -03:00

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:

image

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.