X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=man.html;h=9afa62dea51e326769f53d8dea90aeb0f5a3bc47;hb=6d08df47448f7f544d1814df558057cc45e845bd;hp=ba4182da6b22cd0f3856eb3fb01f7d5c5a78f37b;hpb=2ad4e1c6a263a265bc18e79ac96296beedf36f78;p=spectrwm.git diff --git a/man.html b/man.html index ba4182d..9afa62d 100644 --- a/man.html +++ b/man.html @@ -26,6 +26,7 @@            M       Meta
           S       Shift
           [Name]  Named key
+           M1      Mouse button 1

     scrotwm is very simple in its use.  Most of the actions are initiated via
     keybindings.  The current keybindings are described below:
@@ -54,11 +55,43 @@            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.
+           M1             Focus window.

FILES
     ~/.scrotwm.conf
+             This file contains user specific settings.

     /etc/scrotwm.conf
+             This file contains global settings.
+
+     scrotwm first tries to open the user specific file.  If that file is un-
+     available it tries to open the global file next.
+
+     The format of the file is <keyword> = <setting>.  E.g. color_focus = red.
+
+     The file supports the following keywords:
+           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.
+           bar_color[x]   Color of the status bar window in screen x.
+           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.
+           spawn_term     External application that gets spawned when M-S-[Re-
+                          turn] is used.
+           dialog_ratio   Some applications have dialog windows that are too
+                          small to be useful.  This ratio is the screen size
+                          as to what they will be resized.  E.g 0.6 is 60% of
+                          the physical screen size.
+
+     Colors need to be specified per the XQueryColor(4) specification and
+     fonts need to be specified per the XQueryFont(4) specification.
+
+BUGS
+     Currently the menu, invoked with M-p, depends on dmenu.

AUTHORS
     scrotwm was written by Marco Peereboom <marco@peereboom.us> and Ryan
@@ -69,8 +102,9 @@
     scrotwm first appeared in OpenBSD 4.5.

-OpenBSD 4.4                    January 23, 2009                              1
+OpenBSD 4.4                    January 23, 2009                              2
+

$scrotwm$