summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-23 10:41:55 +0100
committeraura <nw@moneybot.cc>2026-02-23 10:41:55 +0100
commit6b8d8d04c47f365e7b7f9e8b81898cd1f3e25a75 (patch)
treeb1dccd561125297c9fb657a565676be083c7fd9d
parente59ccf0d7dae64fda74231b5ac7776fe331d0b2b (diff)
add readmemaster
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a047266
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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%
+```