From: Marco Peereboom Date: Tue, 10 Feb 2009 20:32:53 +0000 (+0000) Subject: Add new options X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=86961e0bd6c263394cd0e984d1d67b212a486d93;p=spectrwm.git Add new options --- diff --git a/html/man.html b/html/man.html index aa954b0..22c9916 100644 --- a/html/man.html +++ b/html/man.html @@ -54,6 +54,7 @@            M-S-j            Swap with next window in workspace
           M-S-k            Swap with previous window in workspace
           M-b              Toggle status bar in all workspaces
+           M-x              Delete current window in workspace
           M-S-x            Destroy current window in workspace
           M-<n>            Switch to workspace n
           M-S-<n>          Move current window to workspace n
@@ -116,6 +117,17 @@                                   "window" as parameter 1 to indicate what
                                  screenshot action is expected.  The script
                                  shall handle those cases accordingly.
+           term_width             Set a preferred minimum width for the termi-
+                                  nal If this value is greater than 0, scrotwm
+                                  will attempt to adjust the font sizes in the
+                                  terminal to keep the terminal width above
+                                  this number as the window is resized.  Only
+                                  xterm(1) is currently supported.  The
+                                  xterm(1) binary must not be setuid or set-
+                                  gid, which it is by default on most systems.
+                                  Users may need to set spawn term to use an
+                                  alternate copy of the xterm(1) binary with-
+                                  out the setgid bit set.

     Colors need to be specified per the XQueryColor(3) specification and
     fonts need to be specified per the XQueryFont(3) specification.
@@ -134,7 +146,7 @@ BUGS
     Currently the menu, invoked with M-p, depends on dmenu.

-OpenBSD 4.4                    February 3, 2009                              2
+OpenBSD 4.4                    February 10, 2009                             3