Question regarding window managers


 
Thread Tools Search this Thread
Operating Systems Linux Question regarding window managers
# 1  
Old 03-15-2005
Question regarding window managers

Does anyone know of an article, or tutorial concerning the development of a window manager ?

I would like to create my own window manager, and maybe even a small lightweight widget set, but I haven't been able to find any texts containing the theory behind the creation of a new window manager.
(And to be honest, I'm too lazy to read gazillions of lines of code and figure it out by myself Smilie )
# 2  
Old 03-15-2005
so, you are both motivated and lazy?

if you think WM code numbers in the gazillions of lines, what fraction of a gazillion might you expect your light weight WM to be?

and, of course, you have googled "linux OR UNIX window managers"?
# 3  
Old 03-16-2005
I just thought it might be an interesting little side project. I'm not looking to build anything fancy.

I did google for window managers, but all I get is stuff like:
"How to change your default window manager" and
"1001 window managers for use with X11"

Anyway, I just thought that maybe someone here could shed some light on the subject.
# 4  
Old 03-16-2005
I would suggest getting the source code from a lightweight manager, maybe ratpoison. Take a look at that and see how it's done.
# 5  
Old 03-16-2005
"I did google for window managers,"

apparently, not hard enough. I added "lightweight".. and responses included:

' Linux Times.Net takes a look at some of the lighter weight window managers. "One of the most popular window managers is the very simple ...'
and
"Welcome to my guide to window managers and desktop environments for The X Window System, as used mainly by Linux and UNIX operating systems..."

I did not realize how many WM's are available for *nix. thanks for the post.

If I were inclined to reinvent the wheel, I would study up on the existing, browse the code (undoubtedly available) and start hacking.

Most likely, I would download a few of them and probably end up using one.

BTW, are you experienced in X windows development? What toolkit?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Toggle between xterm window and standard terminal window

Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty? I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2),... (1 Reply)
Discussion started by: rhgscty
1 Replies

2. Shell Programming and Scripting

Context Managers in Python

Could anyone please explain Context Managers in Python with some detailed example or any URL that explains in detail? Initially tried to get some help from google... but not much satisfied. Thanks in advance... Regards, J (1 Reply)
Discussion started by: scriptscript
1 Replies

3. IP Networking

telnet window size question

Hello! I'm writing a small telnet client using Erlang and the gen_tcp library. I receive IAC WILL ECHO and IAC WILL SUPPRESS_GO_AHEAD which I respond to. Then I receive various text output from the server, and then this: resize: unknown character, exiting. I'm curious as to why I do... (1 Reply)
Discussion started by: Gustav
1 Replies

4. UNIX for Dummies Questions & Answers

Question on x-window & which Linux to go with

Hi, Currently in my company, we are using Windows 2003 server and Exceed. Team from India can connect to the Windows 2003 server and start Exceed to run their UNIX application. The application is GUI based. As you know, Windows 2003 only allows two connection at any time. so I want to... (3 Replies)
Discussion started by: samnyc
3 Replies

5. Solaris

Solaris 10 Window Managers

Hello all, I just discovered something weird in my system, well maybe you already knew it, but it's new for me, i was looking for a file when i ended up in the /opt/sfw folder, and well, first i saw the bin folder, so i entered and discovered a bunch of programs that installed with the companion... (0 Replies)
Discussion started by: sx3v1l_1n51de
0 Replies
Login or Register to Ask a Question