mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 04:45:08 +02:00
keys: disable touchscreen on Carbon X1
This commit is contained in:
parent
bcf2f66102
commit
6a28acc5fa
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ case "$use,$(uname -n),$name" in
|
|||
xinput set-prop $device 'Synaptics Soft Button Areas' 3656 0 0 0 2928 3656 0 0
|
||||
xinput set-prop $device 'Synaptics Area' 1 1 1 1
|
||||
;;
|
||||
XISlavePointer,zoro,"ELAN Touchscreen")
|
||||
xinput disable $device
|
||||
;;
|
||||
XISlavePointer,guybrush,"SynPS/2 Synaptics TouchPad")
|
||||
xinput set-prop $device 'Synaptics Off' 1
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue