X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=html%2Fman.html;h=8f21e66b1d8936caa4032330f40da01add90fc45;hb=33efd6bffd57fe4fc50539069920a476ca7ed660;hp=ea5c6c48991b49f2737a0fb672404936722ea0c3;hpb=9cfa8f205fbdf9ee0d9bfe675974ce1dd7ff21b5;p=spectrwm.git diff --git a/html/man.html b/html/man.html index ea5c6c4..8f21e66 100644 --- a/html/man.html +++ b/html/man.html @@ -16,10 +16,10 @@
DESCRIPTION
     scrotwm is a minimalistic window manager that tries to stay out of the
-     way so that valuable screen real estate can be used for much more impor-
-     tant stuff.  It has sane defaults and does not require one to learn a
-     language to do any configuration.  It was written by hackers for hackers
-     and it strives to be small, compact and fast.
+     way so that valuable screen real estate can be used for much more
+     important stuff.  It has sane defaults and does not require one to learn
+     a language to do any configuration.  It was written by hackers for
+     hackers and it strives to be small, compact and fast.

     When scrotwm starts up, it reads settings from its configuration file,
     scrotwm.conf.  See the CONFIGURATION FILES section below.
@@ -49,8 +49,8 @@
     The file supports the following keywords:

-           color_focus             Border color of the currently focussed win-
-                                   dow.
+           color_focus             Border color of the currently focussed
+                                   window.
           color_unfocus           Border color of unfocussed windows.
           bar_enabled             Enable or disable status bar.
           bar_border[x]           Color of the status bar border in screen x.
@@ -59,46 +59,52 @@                                    x.
           bar_font                Status bar font.
           bar_action              External script that populates additional
-                                   information in the status bar, such as bat-
-                                   tery life.
+                                   information in the status bar, such as
+                                   battery life.
           bar_delay               Update frequency, in seconds, of external
                                   script that populates the status bar.
           stack_enabled           Enable or disable displaying the current
                                   stacking algorithm in 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.
+                                   a custom clock could be used in the
+                                   bar_action script.
           dialog_ratio            Some applications have dialogue windows
-                                   that are too small to be useful.  This ra-
-                                   tio is the screen size to what they will be
-                                   resized.  For example, 0.6 is 60% of the
+                                   that are too small to be useful.  This
+                                   ratio is the screen size to what they will
+                                   be resized.  For example, 0.6 is 60% of the
                                   physical screen size.
-           region                  Allocates a custom region, removing any au-
-                                   todetected regions which occupy the same
+           region                  Allocates a custom region, removing any
+                                   autodetected 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.
-           term_width              Set a preferred minimum width for the ter-
-                                   minal If this value is greater than 0,
+           term_width              Set a preferred minimum width for the
+                                   terminal 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 sup-
-                                   ported.  The xterm(1) binary must not be
+                                   resized.  Only xterm(1) is currently
+                                   supported.  The xterm(1) binary must not be
                                   setuid or setgid, which it is by default on
-                                   most systems.  Users may need to set pro-
-                                   gram[term] (see the PROGRAMS section) to
-                                   use an alternate copy of the xterm(1) bina-
-                                   ry without the setgid bit set.
+                                   most systems.  Users may need to set
+                                   program[term] (see the PROGRAMS section) to
+                                   use an alternate copy of the xterm(1)
+                                   binary without the setgid bit set.
           title_class_enabled     Enable or disable displaying the window
                                   class in the status bar.  Enable by setting
                                   to 1
-           title_name_enabled      Enable or disable displaying the window ti-
-                                   tle in the status bar.  Enable by setting
+           title_name_enabled      Enable or disable displaying the window
+                                   title in the status bar.  Enable by setting
                                   to 1
           modkey                  Change mod key.  Mod1 is generally the ALT
                                   key and Mod4 is the windows key on a PC.
+           focus_mode              Using a value of follow_cursor will make
+                                   the window manager focus the window under
+                                   the mouse when switching workspaces and
+                                   creating windows.
+           disable_border          Remove border when bar is disabled and
+                                   there is only one window on the screen.
           program[p]              Define new action to spawn a program p.
                                   See the PROGRAMS section below.
           bind[x]                 Bind key combo to action x.  See the
@@ -129,8 +135,8 @@            program[<name>] = <progpath> [<arg> [... <arg>]]

     <name> is any identifier that does not conflict with a built-in action or
-     keyword, <progpath> is the desired program, and <arg> is zero or more ar-
-     guments to the program.
+     keyword, <progpath> is the desired program, and <arg> is zero or more
+     arguments to the program.

     The following variables represent settable values in scrotwm (see the
     CONFIGURATION FILES section above), and may be used in the <arg> fields
@@ -153,6 +159,7 @@            bind[] = Mod+f
           program[ff] =

+
BINDINGS
     scrotwm provides many functions (or actions) accessed via key or mouse
     bindings.
@@ -191,6 +198,7 @@            M-S-<n>          mvws_n
           M-<Right>        ws_next
           M-<Left>         ws_prev
+           M-a              ws_prior
           M-S-<Right>      screen_next
           M-S-<Left>       screen_prev
           M-s              screenshot_all
@@ -228,6 +236,7 @@                             through 10
           ws_next          Switch to next workspace with a window in it
           ws_prev          Switch to previous workspace with a window in it
+           ws_prior         Switch to last visited workspace
           screen_next      Move pointer to next region
           screen_prev      Move pointer to previous region
           screenshot_all   Take screenshot of entire screen (if enabled) (see
@@ -253,8 +262,8 @@      Multiple key combinations may be bound to the same action.

QUIRKS
-     scrotwm provides "quirks" which handle windows that must be treated spe-
-     cially in a tiling window manager, such as some dialogs and fullscreen
+     scrotwm provides "quirks" which handle windows that must be treated
+     specially in a tiling window manager, such as some dialogs and fullscreen
     apps.

     The default quirks are described below:
@@ -296,8 +305,8 @@            quirk[pcb:pcb] = NONE  # remove existing quirk

     You can obtain <class> and <name> by running xprop(1) and then clicking
-     on the desired window.  In the following example the main window of Fire-
-     fox was clicked:
+     on the desired window.  In the following example the main window of
+     Firefox was clicked:

           $ xprop | grep WM_CLASS
           WM_CLASS(STRING) = "Navigator", "Firefox"
@@ -307,6 +316,9 @@
           quirk[Firefox:Navigator] = FLOAT

+SIGNALS
+     Sending scrotwm a HUP signal will retstart it.
+
FILES
     ~/.scrotwm.conf       scrotwm user specific settings.
     /etc/scrotwm.conf     scrotwm global settings.
@@ -315,6 +327,7 @@      scrotwm was inspired by xmonad & dwm.

AUTHORS
+
     scrotwm was written by Marco Peereboom <marco@peereboom.us>, Ryan Thomas
     McBride <mcbride@countersiege.com> and Darrin Chandler
     <dwchandler@stilyagin.com>.
@@ -322,6 +335,6 @@ BUGS
     Currently the menu, invoked with M-p, depends on dmenu.

-OpenBSD 4.6                     October 2, 2009                              5
+OpenBSD 4.7                      July 3, 2010                      OpenBSD 4.7