JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add support for passing variables up to X11 via window properties; done by
authorRyan McBride <mcbride@countersiege.com>
Sat, 24 Jan 2009 17:57:26 +0000 (17:57 +0000)
committerRyan McBride <mcbride@countersiege.com>
Sat, 24 Jan 2009 17:57:26 +0000 (17:57 +0000)
commit6d08df47448f7f544d1814df558057cc45e845bd
tree963bd7bd70930ab2cc7dd9a9d8eb4564a4ae0c40
parented1dbfa144d7a31153d5adf97ee3cb1dc3b28d1b
Add support for passing variables up to X11 via window properties; done by
hooking XCreateWindow and friends via LD_PRELOAD. Used now to make sure that
windows come up in the workspace they were spawn()'d from, but more soon.

Code to do the nasty borrowed with thanks from Enlightenment.
Makefile
lib/Makefile [new file with mode: 0644]
lib/shlib_version [new file with mode: 0644]
lib/swm_hack.c [new file with mode: 0644]
scrotwm.c