Skip to content

Commit

Permalink
enable touchpad in normal rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Leon Happel committed Nov 7, 2021
1 parent dd39871 commit 37ed621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoscreenrotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function processnewcommand {
case $1 in
"Accelerometer orientation changed: normal")
echo "screen rotated to normal"
xinput --enable "AT Translated Set 2 keyboard"
xinput --enable "MSFT0001:00 06CB:CE2D Touchpad"
xinput --enable "AT Translated Set 2 keyboard"
screenrotation.sh "normal"
;;
Expand Down

0 comments on commit 37ed621

Please sign in to comment.