The writings of Peter Stuifzand

Weblog: windowmanager

Dwm is the 'dynamic window manager' and is written in only 2000 lines of C code. This is quite nice. The size and the quality of the code is really good, so its really easy for me to make some modifications.

The first modifications that I made, where for keys to start programs. F2 now starts the terminal and F4 starts a webbrowser. F3 starts gmrun, but I'm not sure if I need, or that I like it. Some people use it, some people like it, but most of the time I just use a terminal. Its already open, so. The thing is: in Ion3, F3 opens a query window just like gmrum and lets me start a program.

The next modification that I made was for the switching between tags. In Ion3 I could move to the next or previous workspace by pressing Meta-K N, or Meta-K P. Now I can do the same thing in dwm.

I also tried a few other things but these didn't stuck, which means I couldn't get them to work the way I liked.

It seems I'm always on the lookout for new windowmanagers. Last year started using Ion3, which I really like. Yesterday I saw a windowmanager called dwm and it is written in about 2000 lines of C code. This is not useful in itself, but it makes it easier to understand the code and make some small modifications without actually understanding all of it. And 2000 lines isn't that much either.

Configuration of dwm is done through editing the source code of the program. Which is actually quite a simple way to make changes.

View archived entries