disable touchscreen on i3 startup

This commit is contained in:
Franzi 2019-03-30 13:08:22 +01:00
parent e5eda5a043
commit 7e95c4c4d8
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 0 deletions

View File

@ -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