I'm trying to make a bash script that requires the ability to probe the cursor state, e.g. if it's hovering over a link or a folder I need it to behave differently than if it's neutral or hovering text.
How could I go about doing this?
I'm trying to make a bash script that requires the ability to probe the cursor state, e.g. if it's hovering over a link or a folder I need it to behave differently than if it's neutral or hovering text.
How could I go about doing this?