diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-16 14:09:46 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-16 14:09:46 -0400 |
commit | ef8956f53742e2b107da2950a95fa172f954d7f0 (patch) | |
tree | 04f83531956d889bc987427c6344004a73847ca7 | |
parent | ad65bea00265c8766030931b8dd244fe27dedf27 (diff) | |
download | configs-ef8956f53742e2b107da2950a95fa172f954d7f0.tar.gz configs-ef8956f53742e2b107da2950a95fa172f954d7f0.tar.xz configs-ef8956f53742e2b107da2950a95fa172f954d7f0.zip |
[rc/sway] disable langa's touchapd
i only use the trackpoint
-rw-r--r-- | rc.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3812,6 +3812,14 @@ input "1739:31251:DLL07BE:01_06CB:7A13_Touchpad" { click_method clickfinger } +input "2:7:SynPS/2_Synaptics_TouchPad" { + events disabled + dwt enabled + tap enabled + natural_scroll enabled + click_method clickfinger +} + input "1:1:AT_Translated_Set_2_keyboard" { repeat_delay 200 repeat_rate 45 |