Hacker News new | ask | show | jobs
by zeveb 2886 days ago
I like StumpWM. It's a tiling window manager, which I've come to consider vital (I'll never go back to overlapping windows if I can help it). It's also written in Common Lisp, which is a powerful dynamic programming language. I like that I can easily extend my window manager on the fly (I've even been thinking of implementing a terminal within StumpWM, so I can get rid of my current terminal).

It's a little annoying that a lot of stuff assumes GNOME or KDE, but I'm able to get by.

I've heard good things about i3, dwm & exwm. The latter is written in elisp, of all things!