StumpWM

From Gentoo Linux Wiki

(Redirected from HOWTO StumpWM)
Jump to: navigation, search


Desktop environments

Lightweight desktop environments

Window managers

Compositing window managers

Screenshots

edit

Contents

[edit] About

StumpWM is a tiling, keyboard driven X11 window manager written entirely in Common Lisp and similar to Ratpoison. For more information you should visit StumpwmWiki.

[edit] Installation

[edit] Git

Simply follow the directions here. The cl-clx-sbcl package is dev-lisp/cl-clx in Portage.

[edit] Portage

The stumpwm CVS sources are closed. If you want to have the latest sources, as would be reasonable with all evolving open source lisp apps, you should get the git sources.

$ sudo emerge -av stumpwm-cvs

It will pull other dependencies--especially a lisp implementation. SBCL (dev-lisp/sbcl) is a good choice but may be a little slow. After it is installed, you can start it any way you like.

[edit] Starting

[edit] Compiled from Git

Simply run /usr/local/bin/stumpwm.

[edit] Other

  • Open ``/etc/X11/Sessions/stumpwm" and write:
/usr/bin/stumpwm
  • Open ``/usr/bin/stumpwm" and write:
#!/bin/sh
sbcl --load /home/your_username/stumpwm > /var/log/stumpwmlog 2>&1
  • Open ``/home/yourusername/stumpwm" and write:
(asdf:oos 'asdf:load-op :stumpwm)
(stumpwm:stumpwm)

[edit] Basic Usage

Stumpwm looks and acts very similar to Ratpoison. It wouldn't be a bad idea to read that article.

[edit] .stumpwmrc

Google. ;)

Personal tools