From: Marco Peereboom Date: Wed, 28 Jan 2009 04:36:22 +0000 (+0000) Subject: Bump man X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=9c41144eee366239b249888f12b671992ea4c0be;p=spectrwm.git Bump man --- diff --git a/html/man.html b/html/man.html index bcb7d6e..15bcbd1 100644 --- a/html/man.html +++ b/html/man.html @@ -53,8 +53,10 @@            M-S-x          Destroy current window in workspace.
           M-[Number]     Switch to workspace [Number].
           M-S-[Number]   Move current window to workspace [Number].
-           M-[RighArrow]  Switch to next workspace with a window in it.
-           M-[LeftArrow]  Switch to previous workspace with a window in it.
+           M-[Right]      Switch to next workspace with a window in it.
+           M-[Left]       Switch to previous workspace with a window in it.
+           M-S-[Right]    Move pointer to next region.
+           M-S-[Left]     Move pointer to previous region.
           M-s            Take screenshot of entire screen (if enabled).
           M-S-s          Take screenshot of selected window (if enabled).
           M1             Focus window.
@@ -71,6 +73,8 @@
     The format of the file is <keyword> = <setting>.  E.g. color_focus = red.

+     Enabling or disabling an option is done by using 1 or 0 respectively.
+
     The file supports the following keywords:
           color_focus    Border color of the currently focussed window.
           color_unfocus  Border color of unfocussed windows.
@@ -80,10 +84,10 @@            bar_font_color[x]
                          Color of the font in status bar in screen x.
           bar_font       Status bar font.
-           bar_action     External script to populate additional information
-                          in the status bar such as battery life etc.
-           bar_delay      Update frequency of external script on the status
-                          bar.
+           bar_action     External script that populates additional informa-
+                          tion in the status bar such as battery life etc.
+           bar_delay      Update frequency, in seconds, of external script
+                          that populates the status bar.
           spawn_term     External application that gets spawned when M-S-[Re-
                          turn] is used.
           dialog_ratio   Some applications have dialog windows that are too
@@ -91,7 +95,12 @@                           as to what they will be resized.  E.g 0.6 is 60% of
                          the physical screen size.
           screenshot_enabled
-                          Set to 1 to enable screen-shotting capability.
+                          Enable or disable screenshot capability.
+           screenshot_app
+                          Set to the script that will take screenshots.  It
+                          will be called with "full" or "window" as parameter
+                          1 to indicate what screenshot action is expected.
+                          The script shall handle those cases accordingly.

     Colors need to be specified per the XQueryColor(4) specification and
     fonts need to be specified per the XQueryFont(4) specification.
@@ -106,9 +115,7 @@ HISTORY
     scrotwm was inspired by xmonad & dwm.

-     scrotwm first appeared in OpenBSD 4.5.
-
-OpenBSD 4.4                    January 25, 2009                              2
+OpenBSD 4.4                    January 27, 2009                              2