-
Notifications
You must be signed in to change notification settings - Fork 29
/
watch_tablet.yml
20 lines (19 loc) · 1.03 KB
/
watch_tablet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
input_device: /dev/input/by-path/platform-thinkpad_acpi-event
# input_device: /dev/input/by-path/pci-0000:00:1f.0-platform-VPC2004:00-event # Lenovo IdeaPad Flex 5i Gen 7
# input_device: /dev/input/by-path/pci-0000:00:1f.0-platform-INT33D6:00-event # Dell XPS 9365
# input_device: /dev/input/by-path/platform-INTC1051:00-event # Samsung Galaxy Book Flex2 5G
modes:
laptop:
# - xinput enable "Wacom Pen and multitouch sensor Finger"
- xinput enable "AT Translated Set 2 keyboard"
# - xinput enable "ELAN0B00:00 04F3:3136 Touchpad" # Samsung Galaxy Book Flex2 5G
- xinput enable "SynPS/2 Synaptics TouchPad"
- xinput enable "TPPS/2 IBM TrackPoint"
# - xinput enable "Elan Touchpad"
tablet:
# - xinput disable "Wacom Pen and multitouch sensor Finger"
- xinput disable "AT Translated Set 2 keyboard"
# - xinput disable "ELAN0B00:00 04F3:3136 Touchpad" # Samsung Galaxy Book Flex2 5G
- xinput disable "SynPS/2 Synaptics TouchPad"
- xinput disable "TPPS/2 IBM TrackPoint"
# - xinput disable "Elan Touchpad"