From 94dbbdffce9311691e5e0d43e66bdaa20221a99a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Feb 2008 12:37:46 +0900 Subject: Add README with install instructions and TODO --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..bca1a9a --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +To use this, first compile and get mpx working +Apply patch for gtk-window-decorator, and compile. +Compile resize2 plugin +Plugin another mouse, create 2 new masters, reattach the two mice to control the 2 new masters (at the moment, you cannot use master device 0) +Enable resize2 plugin, disable resize plugin (and probably move as well, as I broke that) +Restart compiz and gtk-window-decorator (important, as they do not autoupdate the devices yet) +Resize a window + +TODO: +Modify rest of compiz to take into consideration multiple pointers (I think this should also fix the virtual core pointer problem) +Auto-update device lists (although this should be handled inside compiz, not a plugin) +Optimize +Add some more error checking (mainly for failure to grab and freeing stuff if it fails) +Add move plugin functionality +More things I can't think of right now... -- cgit v1.1