summaryrefslogtreecommitdiff
path: root/README.md
blob: a047266f3a3f929038d6af78418bc273652e6f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
# nocursor
--------------

## usage:
set LD_PRELOAD to point to nocursor.so

can be done in steam game launch options:

```
LD_PRELOAD=/path/to/nocursor.so %command%
```