rvaiya / warpd

A modal keyboard-driven virtual pointer
MIT License
2.85k stars 126 forks source link

Add the option to use the system cursor #205

Closed MiliAxe closed 1 year ago

MiliAxe commented 1 year ago

It would be nice if there was an option to use system's cursor instead of the rectangle provided by warpd. Thanks for the great extension.

MiliAxe commented 1 year ago

Update: I have created a fork of this repository and added an option of virtual_cursor which is disabled by default and specifies whether a box gets rendered in normal mode. Maybe add this option in the main repository as well?

rvaiya commented 1 year ago

This should be available in the latest commit in the form of use_system_cursor.

rvaiya commented 1 year ago

Update: the option has been renamed normal_system_cursor.

MiliAxe commented 1 year ago

Great! Thanks for the update.