Disable touchscreen to save battery life
This commit is contained in:
parent
7114b28846
commit
2208a08858
|
@ -69,6 +69,11 @@ input "2:7:SynPS/2_Synaptics_TouchPad" {
|
|||
middle_emulation enabled
|
||||
}
|
||||
|
||||
# Disable touchscreen
|
||||
input "8146:20483:Melfas_LGD_AIT_Touch_Controller" {
|
||||
events disabled
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
# Basics:
|
||||
|
|
Loading…
Reference in New Issue