X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fman.html;h=0e3e1c83fb64e0846b96a03848c9edd2f2688e0c;hb=3356f1ccd4f323baa9accda99795d5377f9a24ba;hp=3c3db84caa0ba343d8003781e025397e69f2517f;hpb=2f3e49717fd3e228db17e6d9232b631b64b82dee;p=spectrwm.git diff --git a/html/man.html b/html/man.html index 3c3db84..0e3e1c8 100644 --- a/html/man.html +++ b/html/man.html @@ -45,6 +45,8 @@            M-l              Grow master area
           M-,              Add windows to master area
           M-.              Remove windows from master area
+           M-S-,            Add columns/rows to stacking area
+           M-S-.            Remove columns/rows from stacking area
           M-<Return>       Move current window to master area
           M-j, M-<TAB>     Focus next window in workspace
           M-k, M-S-<TAB>   Focus previous window in workspace
@@ -52,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
@@ -61,9 +64,14 @@            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)
+           M-S-v            Toggle version in status bar
+           M-t              Toggle focused window between tiled and floating
+           M-S <Delete>     Lock screen
+           M-S-i            Reinitialize physical screens
           M1               Focus window
           M-M1             Move window
           M-M3             Resize window
+           M-S-M3           Resize window while maintaining it centered

CONFIGURATION FILES
     scrotwm first tries to open the user specific file, ~/.scrotwm.conf.  If
@@ -91,6 +99,10 @@                                   tery life.
           bar_delay              Update frequency, in seconds, of external
                                  script that populates the status bar.
+           clock_enabled          Enable or disable displaying the clock in
+                                  the status bar.  Disable by setting to 0 so
+                                  a custom clock could be used in the bar_ac-
+                                  tion script.
           spawn_term             External application that gets spawned when
                                  M-S-<Return> is used.
           dialog_ratio           Some applications have dialogue windows that
@@ -98,12 +110,30 @@                                   the screen size to what they will be re-
                                  sized.  For example, 0.6 is 60% of the phys-
                                  ical screen size.
+           region                 Allocates a custom region, removing any au-
+                                  todetected regions which occupy the same
+                                  space on the screen.  Defined in the format
+                                  screen[<idx>]:WIDTHxHEIGHT+X+Y, e.g.
+                                  screen[1]:800x1200+0+0.
           screenshot_enabled     Enable or disable screenshot capability.
           screenshot_app         Set to the script that will take screen-
                                  shots.  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.
+           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.
+           modkey                 Change mod key.  Mod1 is generally the ALT
+                                  key and Mod4 is the windows key on a PC.

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

-OpenBSD 4.4                    January 29, 2009                              2
+OpenBSD 4.5                    February 18, 2009                             3
-
- -$scrotwm$