turn on/off touchpad on linux
Touchpad control on Linux running on Alienware is not supported by Fn+f11
, so you may need this small script.
new to shell script, you might want improve it
1 | !/bin/bash |
You might wannt to change
awk '{print $3" "$4" "$5}'
part so to get your whole touchpad name. Check before you run
chmod +x this.sh && ls -s this.sh .bin/touchpad
is recommended.