Skip to content

amarakon/touchtog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TouchTog – Touchpad Toggle

Contents

TouchTog is a simple program to toggle the touchpad.

Dependencies

  1. xinput

Installation

Universal

`# user` git clone https://github.com/amarakon/touchtog
`# user` cd touchtog
`# root` make install

Gentoo

`# root` eselect repository add amarlay git https://github.com/amarakon/amarlay
`# root` emerge --sync amarlay
`# root` emerge x11-apps/touchtog

Uninstallation

Universal

`# user` cd touchtog
`# root` make uninstall

Gentoo

`# root` emerge -c x11-apps/touchtog
# Remove my overlay (optional)
`# root` eselect-repository remove -f amarlay
`# root` emerge --sync