From 7e95c4c4d87cfb9330227ba850de62c4e15a8720 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 30 Mar 2019 13:08:22 +0100 Subject: [PATCH] disable touchscreen on i3 startup --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 937bbeb..fa5fed1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -100,6 +100,7 @@ exec xset s noblank && xset s 90 10 && xset -dpms exec xsetroot -solid "#000000" exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh exec xinput disable 'SynPS/2 Synaptics TouchPad' +exec xinput disable 'ELAN Touchscreen' #bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh