Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stumpwm(1) [debian man page]

STUMPWM(1)						      General Commands Manual							STUMPWM(1)

NAME
stumpwm - a Common Lisp window manager SYNOPSIS
stumpwm DESCRIPTION
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp. StumpWM attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. FILES
~/.stumpwmrc ENVIRONMENT
LISP Specify which Common Lisp implementation should be used. Default to CLISP, other values are SBCL and CMUCL (all lowercase). This can also be configured in ~/.stumpwmrc as ";debian=lisp". SEE ALSO
clisp(1), sbcl(1), cmucl(1) The complete StumpWM documentation is available under the info subsystem, as well as the SLIME documentation. AUTHORS
StumpWM was principally written by Shawn Betts <sabetts@vcn.bc.ca> and is licensed under the terms of the GNU General Public License (GPL), version 2 or later. This manual page was written by Luca Capello <luca@pca.it> for the Debian StumpWM package and is licensed under the terms of the GNU Gen- eral Public License (GPL), version 2 or later. Check /usr/share/doc/stumpwm/copyright for more information. Jul 23, 2008 STUMPWM(1)

Check Out this Related Man Page

STUMPISH(1)						      General Commands Manual						       STUMPISH(1)

NAME
stumpish - the StumpWM Interactive SHell SYNOPSIS
stumpish [[-e] command [args...]] DESCRIPTION
StumpISH is the StumpWM shell. Use it to interact a running StumpWM instance. When run from a terminal with no arguments, stumpish accepts commands interactively and prints each result. If standard input is a pipe, stumpish executes any number of commands and prints the concatenated results. If the '-e' option and one argument are given on the command line, stumpish reads any number of lines from standard input and uses them as the argument to the named command. Otherwise, if one or more arguments are provided on the command line, the first is considered the name of the command to execute and the remainder is concatenated to form the argument. OPTIONS
-r Do not use readline, only available when run interactively. --help Show the help and exit. SEE ALSO
stumpwm(1) AUTHORS
StumpISH was written by Jonathan Moore Liles <wantingwaiting@users.sf.net> and is licensed under the terms of the GNU General Public License (GPL), version 2 or later. This manual page was written by Luca Capello <luca@pca.it> for the Debian StumpWM package and is licensed under the terms of the GNU Gen- eral Public License (GPL), version 2 or later. Check /usr/share/doc/stumpwm/copyright for more information. Jul 22, 2007 STUMPISH(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

LISP newbie's questions

Hello, I want to learn LISP, and I have a GNU/Linux OS. I first sought a LISP compiler/interpreter and was told that GNU Emacs has a LISP mode. But I couldn't get into LISP mode, nor I don't know how to use it when I get into LISP mode. How can I run LISP code under GNU Emacs? And if... (1 Reply)
Discussion started by: rayne
1 Replies