diff options
author | sabetts <sabetts> | 2003-05-09 23:50:59 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-05-09 23:50:59 +0000 |
commit | 974358c1a2620831b82752f23adbfa7752cbb217 (patch) | |
tree | ef39cbd481e18689baff3dbec30d25ec9c98eb64 | |
parent | 0956c8bdb9a4b01a0e7aafd173b452f613b9637d (diff) | |
download | ratpoison-974358c1a2620831b82752f23adbfa7752cbb217.zip |
*** empty log message ***
-rw-r--r-- | AUTHORS | 15 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | doc/ratpoison.texi | 12 |
3 files changed, 25 insertions, 7 deletions
@@ -13,15 +13,16 @@ manager is the optimal user interface for penbased handheld computers. Other Contributors: -Gergely Nagy <algernon@debian.org> -Martin Samuelsson <cosis@lysator.liu.se> -Jonathan Walther <krooger@debian.org> +Ben Leslie <benno@sesgroup.net> Chr. v. Stuckrad <stucki@math.fu-berlin.de> +Dan Aloni <da-x@gmx.net> Doug Kearns <djkea2@mugc.its.monash.edu.au> +Gergely Nagy <algernon@debian.org> +Henrik Enberg <henrik@enberg.org> +Jonathan Walther <krooger@debian.org> +Martin Samuelsson <cosis@lysator.liu.se> Mike Meyer <mwm@mired.org> -Ben Leslie <benno@sesgroup.net> -Dan Aloni <da-x@gmx.net> -Tim Goodwin <tjg@star.le.ac.uk> Nicklas Lindgren <nili@lysator.liu.se> -Henrik Enberg <henrik@enberg.org> +Pasi Kallinen <pkalli@cs.joensuu.fi> Rupert <rupert.debian@hotpop.com> +Tim Goodwin <tjg@star.le.ac.uk> @@ -1,5 +1,10 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- +* Changes since 1.2.0-beta4 +** new commands unmanage and clrunmanaged +Instead of editing conf.h you can use these commands to dynamically +add (and clear) the unmanaged window list. + * Changes since 1.2.0-beta3 ** new command line argumen --screen Now you can specify the screen you want to manage. By default diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index a41f13a..d8a9722 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -406,6 +406,10 @@ unbinding the key. @item chdir Change the current directory for ratpoison. +@item clrunmanaged +Clear the unmanaged window list. See @command{unmanange} for an +explanation of the unmanaged window list. + @item colon @var{command} Run a ratpoison command. @@ -791,6 +795,14 @@ Remove @var{name} from the list of defined aliases. @item unbind @var{key} Unbind a keystroke. +@item unmanage @var{text} +Add @var{text} to the unmanaged window list. Any window that matches +any of the strings in the unmanaged window list will not be handled in +any way by ratpoison. This only applies to new windows (not windows +already managed by ratpoison). + +When called non-interactively with no arguments, the list is returned. + @item unsetenv @var{env} Clear the value of the environment variable, @var{env}. |