VirtCode / hypr-dynamic-cursors

a plugin to make your hyprland cursor more realistic, also adds shake to find
MIT License
161 stars 3 forks source link

dynamic-cursors shifts cursor position #22

Closed littleblack111 closed 1 month ago

littleblack111 commented 1 month ago

i have a hidpi display. dont know if thats related

littleblack111 commented 1 month ago

seems like a hardware cursor issue. fixed with software cursor, but still worth looking into

littleblack111 commented 1 month ago

nvm i read cursor:allow_dumb_copy = true is not supported

VirtCode commented 1 month ago

yeah, nvidia is only supported with software cursors for now, sorry about that

I'll try to implement hardware cursor support once hyprland properly supports them on nvidia. The current implementation / hack (dumb copy) is very basic and for example doesn't even accommodate for rotated displays. There are already some solutions in the works but they will probably take some more time.

littleblack111 commented 1 month ago

alright, got it