diff options
author | root <root@JOEL-GENTOO2.(none)> | 2008-02-29 12:37:46 +0900 |
---|---|---|
committer | root <root@JOEL-GENTOO2.(none)> | 2008-02-29 12:37:46 +0900 |
commit | 94dbbdffce9311691e5e0d43e66bdaa20221a99a (patch) | |
tree | 8a4ce44fa9a5bdcfceec8e024d29f230efe05ba0 | |
parent | 3a9fbffb39a2bd4877809aa62e343992554cd4d5 (diff) | |
download | mp-94dbbdffce9311691e5e0d43e66bdaa20221a99a.tar.gz mp-94dbbdffce9311691e5e0d43e66bdaa20221a99a.tar.bz2 |
Add README with install instructions and TODO
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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... |