Eww + TouchDevice (Touchscreen) Focus Monitor #13109
|
When using an additional monitor with a touchscreen and Eww widgets for Hyprland control, touch input correctly focuses the corresponding monitor, but Eww widgets don't respond to the touch. The monitor receives focus, but Eww elements don't activate. My workaround script forces focus before processing the touch, but this is an inelegant solution. video5463046655022499424.mp4How the Current Script Works: The Issue |
Replies: 2 comments 1 reply
|
I did it like this. After changing monitor focus, the cursor is moves to the calculated touch position, simulates a click, and returns to its original saved position |
|
It's fixed in 0.55 (see here), no need for bash scripts anymore |
I did it like this. After changing monitor focus, the cursor is moves to the calculated touch position, simulates a click, and returns to its original saved position