Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
/ touchdaemon Public archive

syndaemon like program to disable input devices in X that are not identified as synaptics.

Notifications You must be signed in to change notification settings

nic0lette/touchdaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EDIT: This is a fork of http://sourceforge.net/projects/touchdaemon/
I haven't cleaned up the code yet, or updated this file. Sorry. Soon(tm).

### MAIN CODE

compilation: g++ -lX11 -lXi touchdaemon.c -o name

./name '-c<command>' the quotas are against spaces and doublequotes in the command
example:
./name '-cxinput set-prop "Logitech USB Gaming Mouse" "Device Enabled"'

You get the xinput string by tipping "xinput list", picking out your touchpad name and replace my "Logitech USB Gaming Mouse".

See the help options to get more functionalities. XRecod ( -R) is deactivated.
To press one key for more than a second sets the touchpad to enabled.


### TOOLS:

There is a script from Hielos to alternate the touchpad status on demand

About

syndaemon like program to disable input devices in X that are not identified as synaptics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages