alesya-h / linux_detect_tablet_mode

Detect if your laptop is in normal or tablet mode. Useful for Yoga laptops to disable keyboard/trackpoint/touchpad in a tablet mode
MIT License
135 stars 28 forks source link

not working on YOGA 530 #38

Open mujehoxe opened 2 months ago

mujehoxe commented 2 months ago

stdbuf -oL libinput debug-events|grep switch is not printing anything

alesya-h commented 1 month ago

well, that's a shame :) I mean, if the kernel doesn't send this event there's nothing this script can do. you may try your luck with the old, accelerometers-based script (it's in the old directory), but chances aren't that great.