felixfung / skippy-xd

A window selector for X11 with Exposé and live preview Alt-Tab effects and more
GNU General Public License v2.0
19 stars 2 forks source link

Redirect mouse events to panels #124

Open felixfung opened 2 months ago

felixfung commented 2 months ago

Probably in conjunction to panel/allowOverlap, introduce new config option 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().

This feature should be implemented after #85 is fixed.

felixfung commented 1 month ago

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.