diff options
Diffstat (limited to 'debian/local/10-mouse.conf')
-rw-r--r-- | debian/local/10-mouse.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/local/10-mouse.conf b/debian/local/10-mouse.conf new file mode 100644 index 000000000..39183ea2a --- /dev/null +++ b/debian/local/10-mouse.conf @@ -0,0 +1,5 @@ +Section "InputClass" + Identifier "mouse catchall" + MatchIsPointer "on" + Driver "mouse" +EndSection |