Closed JeanSchoeller closed 1 year ago
hyprctl devices | grep touch
doesn't give the correct output afaik. Just for completion:
msft0001:00-04f3:304b-touchpad
The correct output ino wold be just
hyprctl devices
Tablets: Tablet at 743a7410: wacom-hid-517f-pen
Touch: Touch Device at 74150770: wacom-hid-517f-finger
So i looked at main.c and see that you 100% correctly inserted the devices....Thats odd.
I currently use two scripts to manually switch my touchscreen between portrait mode and landscape mode. And they use the exact same commands as you do.
Example: hyprctl keyword device:wacom-hid-517f-finger:transform 3 & hyprctl keyword device:wacom-hid-517f-pen:transform 3
Forget it...my yay was just dumb and didn't update your package correctly.
After building from source it now works as intendet. Thank you very much and sorry for the hassle.... Can be closed
Could you post the result of
hyprctl devices | grep touch
here? Thank you. It works on my Surface so I must have entered the wrong touch device in the code.