X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fman.html;h=aa954b0a2e3b0dbf6d10e023db13de057e22604b;hb=cd107085f1b63edf9afaac7bd512d27f64ce89e0;hp=3c3db84caa0ba343d8003781e025397e69f2517f;hpb=2f3e49717fd3e228db17e6d9232b631b64b82dee;p=spectrwm.git diff --git a/html/man.html b/html/man.html index 3c3db84..aa954b0 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
@@ -61,9 +63,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 scren
+           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
@@ -98,6 +105,11 @@                                   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
@@ -122,7 +134,7 @@ BUGS
     Currently the menu, invoked with M-p, depends on dmenu.

-OpenBSD 4.4                    January 29, 2009                              2
+OpenBSD 4.4                    February 3, 2009                              2