The Stump Window Manager 0.9.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Stump Window Manager 0.9.0 (Default branch)
# 1  
Old 02-01-2008
The Stump Window Manager 0.9.0 (Default branch)

Stumpwm is a tiling, keyboard driven X11 window manager written entirely in Common Lisp. While it is minimalistic in appearance, its full customizability, event hooks, and 100% pure Lisp implementation make it startlingly powerful. License: GNU General Public License (GPL) Changes:
Virtual desktops, a status line, color text, Xinerama support, XRandR support, improved customizability, improved stability, and much more.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sawfish-client(1)					      General Commands Manual						 sawfish-client(1)

NAME
sawfish-client -- Evaluate arbitrary Lisp forms with sawfish. SYNOPSIS
sawfish-client [ --display X ] [ -q ] [ -f FUNCTION ] [ -c COMMAND ] [ -r FEATURE ] [ -e FORM ] [ - ] [ -- ] DESCRIPTION
This allows you to connect to a window manager process and evaluate arbitrary Lisp forms. OPTIONS
--display Connect to the window manager on display X -q Be quiet (perform commands asynchronously) -f FUNCTION Call Lisp function FUNCTION on the server -c COMMAND Call the interactive Lisp function COMMAND -r FEATURE Require the module called FEATURE -e FORM Evaluate Lisp form FORM on the server - Read lines of input until EOF, evaluating each one as it is read -- Read forms from standard input until EOF, evaluating the whole lot in one go (inside a progn) SEE ALSO
Sawfish are documented fully by John Harper available via the Info system . AUTHOR
This manual page was written by Christian Marillat marillat@debian.org for the Debian GNU/Linux system (but may be used by others). sawfish-client(1)