summaryrefslogtreecommitdiff
path: root/nonsystemd/gpm-openrc/gpm.confd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/gpm-openrc/gpm.confd')
-rw-r--r--nonsystemd/gpm-openrc/gpm.confd23
1 files changed, 23 insertions, 0 deletions
diff --git a/nonsystemd/gpm-openrc/gpm.confd b/nonsystemd/gpm-openrc/gpm.confd
new file mode 100644
index 000000000..f21c25755
--- /dev/null
+++ b/nonsystemd/gpm-openrc/gpm.confd
@@ -0,0 +1,23 @@
+# /etc/init.d/gpm
+
+# Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry
+
+MOUSE=ps2
+#MOUSE=imps2
+#MOUSEDEV=/dev/psaux
+MOUSEDEV=/dev/input/mice
+
+# Extra settings
+
+#RESPONSIVENESS=
+#REPEAT_TYPE=raw
+
+# Please uncomment this line if you want gpm to understand charsets used
+# in URLs and names with ~ or : in them, etc. This is a good idea to turn on!
+
+#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
+
+# Various other options, see gpm(8) manpage for more.
+
+#APPEND="-g 1 -A60"
+#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -g 1 -A60"