StumpWM: A complete window manager in Lisp
1–10 of 47 posts
Re: StumpWM: A complete window manager in Lisp
#2Re: StumpWM: A complete window manager in Lisp
#3Re: StumpWM: A complete window manager in Lisp
#4Re: StumpWM: A complete window manager in Lisp
#5My setup is here:
https://github.com/duncan-bayne/mint-setup/tree/master/conf/...
Re: StumpWM: A complete window manager in Lisp
#6I use StumpWM and I'm very happy with it - the lack of any chrome whatsoever maximises screen real estate and minimises distractions. My setup is here: https://github.com/duncan-bayne/mint-setup/tree/master/conf/...
Re: StumpWM: A complete window manager in Lisp
#7I wish guile-wm was under more active development, so maybe a few more hackers could help get the ball rolling.
Re: StumpWM: A complete window manager in Lisp
#8I must admit to having wondered why there is not a greater use of Lisp in window managers. Lisp would seem the ideal language to use for tweaking a desktop. Xmonad (in Haskell) seems to have taken most of the attention of keyboard lovers and tweakers, but Lisp would seem to me to be a better fit.
[1]: http://xmonad.org/
Re: StumpWM: A complete window manager in Lisp
#9If you'd prefer to use Scheme over Common Lisp and would like to get your hands dirty, consider hacking on guile-wm. I try it out from time to time and make small patches to improve it. You can modify guile-wm at runtime by connecting to the REPL server using telnet or the geiser Emacs extension. I recall StumpWM not having something as convenient. I wish guile-wm was under more active development, so maybe a few mor…