diff --git a/software/gpm2.mdwn b/software/gpm2.mdwn index 4c67cddd..723e5cac 100644 --- a/software/gpm2.mdwn +++ b/software/gpm2.mdwn @@ -1,10 +1,11 @@ -You know, gpm is a hack. +You know, [[gpm]] is a hack. The idea of gpm2 is to be a nicer hack: * Support multiple mice * Do not draw stuff, but write gpm2 client to do so (os/terminal specific stuff) * Usable under different OS + * Modular design, easy way to add new mice protocols * Allow hotplugging of mice (i.e. gpm2d can run without any mice at startup) ## Trying out gpm2 @@ -66,3 +67,5 @@ The communication is a simple ASCII stream. ### Connect to gpm2d Clients need to open /var/run/gpm2/gpm2d.sock to connect to gpm2d. + +[[!tag unix]]