Hello.
To disable the touchpad, I have the script in my home folder
He also successfully loaded with the system up and running on a hotkey.Code:#!/bin/bash id="12" if xinput list-props 12 | grep -i "device enabled.*1$" &> /dev/null ; then # if on xinput set-int-prop 12 "Device Enabled" 8 0 else # if off xinput set-int-prop 12 "Device Enabled" 8 1 fi
But when I log into the console (Ctrl + Alt + F1-F6) and exit (Ctrl + Alt + F7) the touchpad is turned on.
Every time they use the hot key, which is not very convenient.
In what may be the problem?
Thank you.



Adv Reply

Bookmarks