Replies: 3 comments
|
Ah. Now the events functionality is in Lua, rather than IPC: https://wiki.hypr.land/Configuring/Advanced-and-Cool/Expanding-functionality/#events. So instead of a Bash script, it would be a config snippet. Once I write a config snippet that works, I'll post it here for others to copy. |
0 replies
|
how about enabling mouse acceleration? |
0 replies
|
I typically don't like mouse acceleration, but I'll try it and see if a larger monitor changes my mind. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a smaller laptop screen and a large monitor. The mouse speed that feels good on my laptop feels to slow on my large monitor, where it seems to take far too many touchpad swipes to get the mouse where I want it to go. Is there an easy way to set the mouse sensitivity on a per-monitor basis? Or should I write a script that watches for the
monitor.focusedevent and runs ahyprctlcommand to change the mouse sensitivity based on which monitor was just focused?All reactions