X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=man.html;h=9afa62dea51e326769f53d8dea90aeb0f5a3bc47;hb=6d08df47448f7f544d1814df558057cc45e845bd;hp=ab41942041c88ed8ff9961fb363e0fef644509b9;hpb=09d4d7a196f3716b7b52d70eea93f35e8ad10e3c;p=spectrwm.git diff --git a/man.html b/man.html index ab41942..9afa62d 100644 --- a/man.html +++ b/man.html @@ -1,13 +1,110 @@ - + -/var/www/peereboom.us/scrotwm/scotwm.html - +~/scrotwm.~.html + -Not yet. - + +SCROTWM(1)                 OpenBSD Reference Manual                 SCROTWM(1)
+
+NAME
+     scrotwm - is a small dynamic tiling window manager for X11.
+
+SYNOPSIS
+     scrotwm
+
+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.
+
+     The following notation is used throughout this page:
+
+           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:
+
+           M-S-[Return]   Spawn a new terminal.
+           M-p            Menu.
+           M-S-q          Quit.
+           M-q            Restart scrotwm.
+           M-[Space]      Cycle layout.
+           M-S-[Space]    Reset layout.
+           M-h            Shrink master area.
+           M-l            Grow master area.
+           M-,            Add windows to master area.
+           M-.            Remove windows from master area.
+           M-[Return]     Move current window to master area.
+           M-j            Focus next window in workspace.
+           M-[Tab]        Focus next window in workspace.
+           M-k            Focus previous window in workspace.
+           M-S-[Tab]      Focus previous window in workspace.
+           M-m            Focus on main window in workspace.
+           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-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.
+           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
+     Thomas McBride <mcbride@countersiege.com>.
+
+HISTORY
+     scrotwm was inspired by xmonad & dwm.
+
+     scrotwm first appeared in OpenBSD 4.5.
+
+OpenBSD 4.4                    January 23, 2009                              2
+

+ $scrotwm$