pit-ray / win-vind

You can operate Windows with key bindings like Vim.

Home Page:https://pit-ray.github.io/win-vind/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Individually coloured Easy Click/Grid Move letters

Salted-Bread opened this issue · comments

I was wondering if it would be possible to have an option to set unique colours for individual letters for Easy Click/Grid Move. I feel like having the option to give each letter a unique colour could help with cases where Easy Click/Grid Move flash due to videos playing/Wallpaper engine running as it's likely easier to make out a flashing colour rather than a letter.

Maybe an option in the config to specify a hex code as colour for the specific letters.

It is possible, but the load is likely to be significant. As for flash, a direct solution should be to display a transparent window on the screen like NVIDIA Geforece Experience, instead of drawing directly to the screen via a low-level API as is currently done.

Thank you!