admiralakber / thinkpad-yoga-scripts

Thinkpad Yoga S1 scripts for GNU/Linux
http://blog.admiralakber.com/?p=400
GNU General Public License v3.0
147 stars 31 forks source link

Wacon not rotating in Manjaro XFCE 0.8.12 #6

Closed iRet closed 9 years ago

iRet commented 9 years ago

Hi there! I faced an issue in portrait mode display rotainting well but wacom input remains in landscape mode. Installed from AUR: thinkpad-yoga-scripts-git version: r43.c72a475-1 btw, thanks for a great work!

admiralakber commented 9 years ago

Hey there,

By default, the scripts assume your DE handles the rotation, don't worry it's easy to reconfigure.

As described in the README, you edit the configuration in the rotate script.

sudo(or su -c) nano <path>/rotate/thinkpad-rotate.py

Within "CONFIGURABLES", change rotate_pens = True. I believe it's on line 20. Save and restart the systemd service and see how that goes.

Cheers

iRet commented 9 years ago

@admiralakber oh, sorry, I missed this line of README, you're right, just changed and all working fine! Thanks!