1
0
Fork
You've already forked unclutter
0
Hide mouse pointer using Xfixes
  • C 69.8%
  • Nix 25.1%
  • Makefile 5.1%
Tony Zorman 9df81ad795 Don't query pointer
The event actually has everything we need. The implementation is
terrible, since raw_values is a dense array, so we need to find out
which values actually correspond to the 0th and 1st axis by querying the
associated mask.
2026年05月31日 18:22:28 +02:00
.gitignore Initial commit 2026年05月31日 17:24:56 +02:00
a.c Don't query pointer 2026年05月31日 18:22:28 +02:00
flake.lock Initial commit 2026年05月31日 17:24:56 +02:00
flake.nix Initial commit 2026年05月31日 17:24:56 +02:00
LICENSE Initial commit 2026年05月31日 17:24:56 +02:00
Makefile Initial commit 2026年05月31日 17:24:56 +02:00
README.md Initial commit 2026年05月31日 17:24:56 +02:00

unclutter

Minimal rewrite of unclutter-xfixes, because it doesn't need to do more.