Results 1 to 3 of 3
I am interested in producing an X window manager using C++. I have read up on the X protocols and downloaded some small window managers (9wm, lwm) to read the ...
- 12-14-2007 #1Just Joined!
- Join Date
- May 2006
- Posts
- 5
New X Window Manager
I am interested in producing an X window manager using C++. I have read up on the X protocols and downloaded some small window managers (9wm, lwm) to read the source. Can anyone point me in the direction of a good tutorial, HOWTO, mailing list, forum, or if all else fails a huge manual :P
Any advice or related info about this subject?
Thanks
- 12-14-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
No, I don't recall ever seeing any good tutorials, HOWTOs, mailing lists, forums, or huge manuals for making an X window manager. I think you just have to look at the coding of other window managers and use your knowledge to improve on it, or start your own from scratch.
Maybe someone with lots of window manager creation skills will step in here and have some better news for you.
Best of luck with your new project.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-15-2007 #3
Xlib Programming Manual (O'Reilly & Associates, Inc.) is what I've been using.
Just curious, what novel features do you plan to offer with your WM? There are already a lot of other window managers out there, so it's usually better to use an existing one, or at least fork it. Unless, of course, the reason you're doing it is just to write a window manager; if that's the case, more power to you. =PFlies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794


Reply With Quote