Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    oz
    oz is offline
    forum.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.

  3. #3
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    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. =P
    Flies of a particular kind, i.e. time-flies, are fond of an arrow.

    Registered Linux User #408794

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...