Open felixfung opened 4 months ago
Probably in conjunction to panel/allowOverlap, introduce new config option panel/redirectClicks.
panel/allowOverlap
panel/redirectClicks
Process the event here: https://github.com/felixfung/skippy-xd/blob/9e663326db8835b657d6e28786b7f9a5b6b4662f/src/skippy.c#L1338
And send the event to the source window with XSendEvent().
XSendEvent()
This feature should be implemented after #85 is fixed.
If anyone knows about how to solve this please let me know, otherwise since this feature is fringe (based on my prediction), I would let it stall for a while.
Probably in conjunction to
panel/allowOverlap
, introduce new config optionpanel/redirectClicks
.Process the event here: https://github.com/felixfung/skippy-xd/blob/9e663326db8835b657d6e28786b7f9a5b6b4662f/src/skippy.c#L1338
And send the event to the source window with
XSendEvent()
.This feature should be implemented after #85 is fixed.