disable touchscreen on i3 startup
This commit is contained in:
parent
e5eda5a043
commit
7e95c4c4d8
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ exec xset s noblank && xset s 90 10 && xset -dpms
|
||||||
exec xsetroot -solid "#000000"
|
exec xsetroot -solid "#000000"
|
||||||
exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh
|
exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh
|
||||||
exec xinput disable 'SynPS/2 Synaptics TouchPad'
|
exec xinput disable 'SynPS/2 Synaptics TouchPad'
|
||||||
|
exec xinput disable 'ELAN Touchscreen'
|
||||||
|
|
||||||
#bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh
|
#bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh
|
||||||
bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh
|
bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh
|
||||||
|
|
Loading…
Reference in a new issue