From f3f8ea5e408df66013a437d359580220941f03d4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 15 Jan 2013 09:00:34 +1000 Subject: Add a README, update my email Signed-off-by: Peter Hutterer --- README | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0ce6edf --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +MPWM is the multi-pointer window manager, a MPX-aware window manager that +supports window operations from multiple devices. + +MPWM is a proof-of-concept, not a real window manager. It's lacking most +features that you'd expect from a window manager so don't use it in +production. Or on your desktop. Or really anywhere. + +It's also unmaintained, I just keep it here because the source can be of +value to someone. diff --git a/configure.ac b/configure.ac index eb34617..c37111c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(mpwm,1.1, peter@cs.unisa.edu.au) +AC_INIT(mpwm,1.1, peter.hutterer@who-t.net) AM_INIT_AUTOMAKE(foreign) AM_MAINTAINER_MODE AM_CONFIG_HEADER([config.h]) -- cgit v1.2.3