You are not logged in.
I have a Thinkpad X300 (perfect candidate for Bunsenlabs), but I cannot figure out how to completely disable the trackpad. I created an xorg.conf.d as per these instructions (https://wiki.debian.org/SynapticsTouchp … ptics.conf) but the trackpad is still running. I would appreciate any help, please. Thanks in advance.
Offline
You should post the content of the file you created (use CODE tags, please).
sample
I don't care what you do at home. Would you care to explain?
Offline
trackpad
Also, please clarify exactly what you mean by "trackpad" -- is this term synonymous with "touchpad" or is it different?
I am the proud owner of an X201 but I'm not very good with the nomenclature, I don't even know what the red nipple thing is called...
:8
Offline
I call it "the clown-nipple" and I de-niplified mine soon after purchase, only because I wasn't using it and an edge was catching my finger as I typed.
I know people who swear by that clitoris, though.
I don't care what you do at home. Would you care to explain?
Offline
Here is a script (command) that should toggle the touchpad on/off -
#!/bin/bash
synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')
You can run it in whatever autostart file you're using to toggle the touchpad off when you log in; then set up a key binding to toggle it on if you ever need it.
Last edited by PackRat (2016-05-27 21:24:59)
You must unlearn what you have learned.
-- yoda
Online
Thank you! I edited ~/.config/openbox/autostart and added that line, works perfectly.
Offline
No problem.
Please mark your thread as solved.
You must unlearn what you have learned.
-- yoda
Online
^I took care of it.
I don't care what you do at home. Would you care to explain?
Offline