Replies: 2 comments 3 replies
-
You should exclude the mouse devices via defcfg |
Beta Was this translation helpful? Give feedback.
3 replies
-
Support for this is now implemented in defcfg |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now I have a very high DPI mouse that i've configured with hyprland like so:
device {
name = logitech-usb-receiver
sensitivity = -0.85
accel_profile = flat
}
If I startup kanata, I need to add
device {
name = kanata-1
sensitivity = -0.85
accel_profile = flat
}
However, that means that the mouse isn't properly matched anymore, if i have two mice and another is plugged in, they may alternate between kanata-1 and kanata-2 etc... i'd like to just disable mouse support all together since i'm not using kanata to control the mouse at all, i'm just using it for chording.
Beta Was this translation helpful? Give feedback.
All reactions