Added touch digitzer to rotate

This commit is contained in:
Aqeel Akber
2015-06-01 12:28:55 +10:00
parent 723413e336
commit b4230a1a65
+1 -1
View File
@@ -50,7 +50,7 @@ env = environ.copy()
devices = check_output(['xinput', '--list', '--name-only'],env=env).splitlines()
touchscreen_names = ['touchscreen']
touchscreen_names = ['touchscreen', 'touch digitizer']
touchscreens = [i for i in devices if any(j in i.lower() for j in touchscreen_names)]
wacoms = [i for i in devices if any(j in i.lower() for j in ['wacom'])]