summaryrefslogtreecommitdiff
path: root/dot/xsession
diff options
context:
space:
mode:
Diffstat (limited to 'dot/xsession')
-rw-r--r--dot/xsession4
1 files changed, 3 insertions, 1 deletions
diff --git a/dot/xsession b/dot/xsession
index ef6170f..8079d49 100644
--- a/dot/xsession
+++ b/dot/xsession
@@ -9,8 +9,10 @@ gsettings set org.gnome.libgnomekbd.keyboard options "['terminate\tterminate:ctr
9# Disable thinkpad middle-click+trackpoint scrolling 9# Disable thinkpad middle-click+trackpoint scrolling
10xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0 10xinput set-prop 'TPPS/2 IBM TrackPoint' 'libinput Scroll Method Enabled' 0 0 0
11 11
12# Enable tap-to-click 12# Enable tap-to-click on older thinkpads
13xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3 13xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3
14# Enable tap-to-click on newer thinkpads
15xinput set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1
14 16
15if [ "${DISPLAY%.*}" = :0 ] 17if [ "${DISPLAY%.*}" = :0 ]
16then 18then