aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2014-12-22 01:40:33 +0100
committerAdam Vogt <vogt.adam@gmail.com>2014-12-22 01:40:33 +0100
commit28d02dbaa853a9859e84c346057ff63fcef054a9 (patch)
tree5724ff4a7a43ad5e0cc7bbb3393bd9a490d734ae
parent1fa5361fbfad89e0ea7c06d3f72b67db393c44b1 (diff)
downloadxmonad-28d02dbaa853a9859e84c346057ff63fcef054a9.tar.gz
xmonad-28d02dbaa853a9859e84c346057ff63fcef054a9.tar.xz
xmonad-28d02dbaa853a9859e84c346057ff63fcef054a9.zip
generate man/xmonad.1 man/xmonad.1.html with a more recent pandoc (1.13)
Ignore-this: b82132ec298b7aaaaab435f1f6f2e4ba darcs-hash:20141222004033-1499c-014e2c799c057876a31400e538d9e64ac878b163.gz
-rw-r--r--man/xmonad.1110
-rw-r--r--man/xmonad.1.html120
2 files changed, 106 insertions, 124 deletions
diff --git a/man/xmonad.1 b/man/xmonad.1
index 2c52f73..0eaf383 100644
--- a/man/xmonad.1
+++ b/man/xmonad.1
@@ -1,7 +1,7 @@
-.TH xmonad 1 "31 December 2012" xmonad-0.11 "xmonad manual".TH "" ""
+.TH xmonad 1 "31 December 2012" xmonad-0.12 "xmonad manual".TH "" "" "" "" ""
.SH Name
.PP
-xmonad - a tiling window manager
+xmonad \- a tiling window manager
.SH Description
.PP
\f[I]xmonad\f[] is a minimalist tiling window manager for X, written in
@@ -33,27 +33,27 @@ window manager in less than 1200 lines of code, with an emphasis on
correctness and robustness.
Internal properties of the window manager are checked using a
combination of static guarantees provided by the type system, and
-type-based automated testing.
+type\-based automated testing.
A benefit of this is that the code is simple to understand, and easy to
modify.
.SH Usage
.PP
\f[I]xmonad\f[] places each window into a "workspace".
Each workspace can have any number of windows, which you can cycle
-though with mod-j and mod-k.
+though with mod\-j and mod\-k.
Windows are either displayed full screen, tiled horizontally, or tiled
vertically.
-You can toggle the layout mode with mod-space, which will cycle through
+You can toggle the layout mode with mod\-space, which will cycle through
the available modes.
.PP
-You can switch to workspace N with mod-N.
-For example, to switch to workspace 5, you would press mod-5.
+You can switch to workspace N with mod\-N.
+For example, to switch to workspace 5, you would press mod\-5.
Similarly, you can move the current window to another workspace with
-mod-shift-N.
+mod\-shift\-N.
.PP
When running with multiple monitors (Xinerama), each screen has exactly
1 workspace visible.
-mod-{w,e,r} switch the focus between screens, while shift-mod-{w,e,r}
+mod\-{w,e,r} switch the focus between screens, while shift\-mod\-{w,e,r}
move the current window to that screen.
When \f[I]xmonad\f[] starts, workspace 1 is on screen 1, workspace 2 is
on screen 2, etc.
@@ -64,179 +64,179 @@ and visible workspaces are swapped.
xmonad has several flags which you may pass to the executable.
These flags are:
.TP
-.B --recompile
+.B \-\-recompile
Recompiles your configuration in \f[I]~/.xmonad/xmonad.hs\f[]
.RS
.RE
.TP
-.B --restart
+.B \-\-restart
Causes the currently running \f[I]xmonad\f[] process to restart
.RS
.RE
.TP
-.B --replace
+.B \-\-replace
Replace the current window manager with xmonad
.RS
.RE
.TP
-.B --version
+.B \-\-version
Display version of \f[I]xmonad\f[]
.RS
.RE
.TP
-.B --verbose-version
+.B \-\-verbose\-version
Display detailed version of \f[I]xmonad\f[]
.RS
.RE
.SS Default keyboard bindings
.TP
-.B mod-shift-return
+.B mod\-shift\-return
Launch terminal
.RS
.RE
.TP
-.B mod-p
+.B mod\-p
Launch dmenu
.RS
.RE
.TP
-.B mod-shift-p
+.B mod\-shift\-p
Launch gmrun
.RS
.RE
.TP
-.B mod-shift-c
+.B mod\-shift\-c
Close the focused window
.RS
.RE
.TP
-.B mod-space
+.B mod\-space
Rotate through the available layout algorithms
.RS
.RE
.TP
-.B mod-shift-space
+.B mod\-shift\-space
Reset the layouts on the current workspace to default
.RS
.RE
.TP
-.B mod-n
+.B mod\-n
Resize viewed windows to the correct size
.RS
.RE
.TP
-.B mod-tab
+.B mod\-tab
Move focus to the next window
.RS
.RE
.TP
-.B mod-shift-tab
+.B mod\-shift\-tab
Move focus to the previous window
.RS
.RE
.TP
-.B mod-j
+.B mod\-j
Move focus to the next window
.RS
.RE
.TP
-.B mod-k
+.B mod\-k
Move focus to the previous window
.RS
.RE
.TP
-.B mod-m
+.B mod\-m
Move focus to the master window
.RS
.RE
.TP
-.B mod-return
+.B mod\-return
Swap the focused window and the master window
.RS
.RE
.TP
-.B mod-shift-j
+.B mod\-shift\-j
Swap the focused window with the next window
.RS
.RE
.TP
-.B mod-shift-k
+.B mod\-shift\-k
Swap the focused window with the previous window
.RS
.RE
.TP
-.B mod-h
+.B mod\-h
Shrink the master area
.RS
.RE
.TP
-.B mod-l
+.B mod\-l
Expand the master area
.RS
.RE
.TP
-.B mod-t
+.B mod\-t
Push window back into tiling
.RS
.RE
.TP
-.B mod-comma
+.B mod\-comma
Increment the number of windows in the master area
.RS
.RE
.TP
-.B mod-period
+.B mod\-period
Deincrement the number of windows in the master area
.RS
.RE
.TP
-.B mod-shift-q
+.B mod\-shift\-q
Quit xmonad
.RS
.RE
.TP
-.B mod-q
+.B mod\-q
Restart xmonad
.RS
.RE
.TP
-.B mod-shift-slash
+.B mod\-shift\-slash
Run xmessage with a summary of the default keybindings (useful for
beginners)
.RS
.RE
.TP
-.B mod-[1..9]
+.B mod\-[1..9]
Switch to workspace N
.RS
.RE
.TP
-.B mod-shift-[1..9]
+.B mod\-shift\-[1..9]
Move client to workspace N
.RS
.RE
.TP
-.B mod-{w,e,r}
+.B mod\-{w,e,r}
Switch to physical/Xinerama screens 1, 2, or 3
.RS
.RE
.TP
-.B mod-shift-{w,e,r}
+.B mod\-shift\-{w,e,r}
Move client to screen 1, 2, or 3
.RS
.RE
.TP
-.B mod-button1
+.B mod\-button1
Set the window to floating mode and move by dragging
.RS
.RE
.TP
-.B mod-button2
+.B mod\-button2
Raise the window to the top of the stack
.RS
.RE
.TP
-.B mod-button3
+.B mod\-button3
Set the window to floating mode and resize by dragging
.RS
.RE
@@ -244,23 +244,21 @@ Set the window to floating mode and resize by dragging
.PP
To use xmonad as your window manager add to your \f[I]~/.xinitrc\f[]
file:
-.IP
-.nf
-\f[C]
-exec\ xmonad
-\f[]
-.fi
+.RS
+.PP
+exec xmonad
+.RE
.SH Customization
.PP
-xmonad is customized in ~/.xmonad/xmonad.hs, and then restarting with
-mod-q.
+xmonad is customized in ~/.xmonad/xmonad.hs, and then restarted with
+mod\-q.
.PP
-You can find many extensions to the core feature set in the xmonad-
+You can find many extensions to the core feature set in the xmonad\-
contrib package, available through your package manager or from
xmonad.org (http://xmonad.org).
.SS Modular Configuration
.PP
-As of \f[I]xmonad-0.9\f[], any additional Haskell modules may be placed
+As of \f[I]xmonad\-0.9\f[], any additional Haskell modules may be placed
in \f[I]~/.xmonad/lib/\f[] are available in GHC\[aq]s searchpath.
Hierarchical modules are supported: for example, the file
\f[I]~/.xmonad/lib/XMonad/Stack/MyAdditions.hs\f[] could contain:
@@ -268,12 +266,12 @@ Hierarchical modules are supported: for example, the file
.nf
\f[C]
module\ XMonad.Stack.MyAdditions\ (function1)\ where
-\ \ \ \ function1\ =\ error\ "function1:\ Not\ implemented\ yet!"
+\ \ function1\ =\ error\ "function1:\ Not\ implemented\ yet!"
\f[]
.fi
.PP
Your xmonad.hs may then import XMonad.Stack.MyAdditions as if that
-module was contained within xmonad or xmonad-contrib.
+module was contained within xmonad or xmonad\-contrib.
.SH Bugs
.PP
Probably.
diff --git a/man/xmonad.1.html b/man/xmonad.1.html
index 73fa8bd..ba59b35 100644
--- a/man/xmonad.1.html
+++ b/man/xmonad.1.html
@@ -5,28 +5,10 @@
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
- <style type="text/css">
-table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
- margin: 0; padding: 0; vertical-align: baseline; border: none; }
-table.sourceCode { width: 100%; }
-td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
-td.sourceCode { padding-left: 5px; }
-code > span.kw { color: #007020; font-weight: bold; }
-code > span.dt { color: #902000; }
-code > span.dv { color: #40a070; }
-code > span.bn { color: #40a070; }
-code > span.fl { color: #40a070; }
-code > span.ch { color: #4070a0; }
-code > span.st { color: #4070a0; }
-code > span.co { color: #60a0b0; font-style: italic; }
-code > span.ot { color: #007020; }
-code > span.al { color: #ff0000; font-weight: bold; }
-code > span.fu { color: #06287e; }
-code > span.er { color: #ff0000; font-weight: bold; }
- </style>
+ <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
-<h1>xmonad-0.11</h1><p>Section: xmonad manual (1)<br/>Updated: 31 December 2012</p><hr/>
+<h1>xmonad-0.12</h1><p>Section: xmonad manual (1)<br/>Updated: 31 December 2012</p><hr/>
<div id="TOC">
<ul>
<li><a href="#name">Name</a></li>
@@ -42,140 +24,142 @@ code > span.er { color: #ff0000; font-weight: bold; }
<li><a href="#bugs">Bugs</a></li>
</ul>
</div>
-<h1 id="name"><a href="#TOC">Name</a></h1>
+<h1 id="name">Name</h1>
<p>xmonad - a tiling window manager</p>
-<h1 id="description"><a href="#TOC">Description</a></h1>
+<h1 id="description">Description</h1>
<p><em>xmonad</em> is a minimalist tiling window manager for X, written in Haskell. Windows are managed using automatic layout algorithms, which can be dynamically reconfigured. At any time windows are arranged so as to maximize the use of screen real estate. All features of the window manager are accessible purely from the keyboard: a mouse is entirely optional. <em>xmonad</em> is configured in Haskell, and custom layout algorithms may be implemented by the user in config files. A principle of <em>xmonad</em> is predictability: the user should know in advance precisely the window arrangement that will result from any action.</p>
<p>By default, <em>xmonad</em> provides three layout algorithms: tall, wide and fullscreen. In tall or wide mode, windows are tiled and arranged to prevent overlap and maximize screen use. Sets of windows are grouped together on virtual screens, and each screen retains its own layout, which may be reconfigured dynamically. Multiple physical monitors are supported via Xinerama, allowing simultaneous display of a number of screens.</p>
<p>By utilizing the expressivity of a modern functional language with a rich static type system, <em>xmonad</em> provides a complete, featureful window manager in less than 1200 lines of code, with an emphasis on correctness and robustness. Internal properties of the window manager are checked using a combination of static guarantees provided by the type system, and type-based automated testing. A benefit of this is that the code is simple to understand, and easy to modify.</p>
-<h1 id="usage"><a href="#TOC">Usage</a></h1>
+<h1 id="usage">Usage</h1>
<p><em>xmonad</em> places each window into a &quot;workspace&quot;. Each workspace can have any number of windows, which you can cycle though with mod-j and mod-k. Windows are either displayed full screen, tiled horizontally, or tiled vertically. You can toggle the layout mode with mod-space, which will cycle through the available modes.</p>
<p>You can switch to workspace N with mod-N. For example, to switch to workspace 5, you would press mod-5. Similarly, you can move the current window to another workspace with mod-shift-N.</p>
<p>When running with multiple monitors (Xinerama), each screen has exactly 1 workspace visible. mod-{w,e,r} switch the focus between screens, while shift-mod-{w,e,r} move the current window to that screen. When <em>xmonad</em> starts, workspace 1 is on screen 1, workspace 2 is on screen 2, etc. When switching workspaces to one that is already visible, the current and visible workspaces are swapped.</p>
-<h2 id="flags"><a href="#TOC">Flags</a></h2>
+<h2 id="flags">Flags</h2>
<p>xmonad has several flags which you may pass to the executable. These flags are:</p>
<dl>
<dt>--recompile</dt>
-<dd><p>Recompiles your configuration in <em>~/.xmonad/xmonad.hs</em></p>
+<dd>Recompiles your configuration in <em>~/.xmonad/xmonad.hs</em>
</dd>
<dt>--restart</dt>
-<dd><p>Causes the currently running <em>xmonad</em> process to restart</p>
+<dd>Causes the currently running <em>xmonad</em> process to restart
</dd>
<dt>--replace</dt>
-<dd><p>Replace the current window manager with xmonad</p>
+<dd>Replace the current window manager with xmonad
</dd>
<dt>--version</dt>
-<dd><p>Display version of <em>xmonad</em></p>
+<dd>Display version of <em>xmonad</em>
</dd>
<dt>--verbose-version</dt>
-<dd><p>Display detailed version of <em>xmonad</em></p>
+<dd>Display detailed version of <em>xmonad</em>
</dd>
</dl>
-<h2 id="default-keyboard-bindings"><a href="#TOC">Default keyboard bindings</a></h2>
+<h2 id="default-keyboard-bindings">Default keyboard bindings</h2>
<dl>
<dt>mod-shift-return</dt>
-<dd><p>Launch terminal</p>
+<dd>Launch terminal
</dd>
<dt>mod-p</dt>
-<dd><p>Launch dmenu</p>
+<dd>Launch dmenu
</dd>
<dt>mod-shift-p</dt>
-<dd><p>Launch gmrun</p>
+<dd>Launch gmrun
</dd>
<dt>mod-shift-c</dt>
-<dd><p>Close the focused window</p>
+<dd>Close the focused window
</dd>
<dt>mod-space</dt>
-<dd><p>Rotate through the available layout algorithms</p>
+<dd>Rotate through the available layout algorithms
</dd>
<dt>mod-shift-space</dt>
-<dd><p>Reset the layouts on the current workspace to default</p>
+<dd>Reset the layouts on the current workspace to default
</dd>
<dt>mod-n</dt>
-<dd><p>Resize viewed windows to the correct size</p>
+<dd>Resize viewed windows to the correct size
</dd>
<dt>mod-tab</dt>
-<dd><p>Move focus to the next window</p>
+<dd>Move focus to the next window
</dd>
<dt>mod-shift-tab</dt>
-<dd><p>Move focus to the previous window</p>
+<dd>Move focus to the previous window
</dd>
<dt>mod-j</dt>
-<dd><p>Move focus to the next window</p>
+<dd>Move focus to the next window
</dd>
<dt>mod-k</dt>
-<dd><p>Move focus to the previous window</p>
+<dd>Move focus to the previous window
</dd>
<dt>mod-m</dt>
-<dd><p>Move focus to the master window</p>
+<dd>Move focus to the master window
</dd>
<dt>mod-return</dt>
-<dd><p>Swap the focused window and the master window</p>
+<dd>Swap the focused window and the master window
</dd>
<dt>mod-shift-j</dt>
-<dd><p>Swap the focused window with the next window</p>
+<dd>Swap the focused window with the next window
</dd>
<dt>mod-shift-k</dt>
-<dd><p>Swap the focused window with the previous window</p>
+<dd>Swap the focused window with the previous window
</dd>
<dt>mod-h</dt>
-<dd><p>Shrink the master area</p>
+<dd>Shrink the master area
</dd>
<dt>mod-l</dt>
-<dd><p>Expand the master area</p>
+<dd>Expand the master area
</dd>
<dt>mod-t</dt>
-<dd><p>Push window back into tiling</p>
+<dd>Push window back into tiling
</dd>
<dt>mod-comma</dt>
-<dd><p>Increment the number of windows in the master area</p>
+<dd>Increment the number of windows in the master area
</dd>
<dt>mod-period</dt>
-<dd><p>Deincrement the number of windows in the master area</p>
+<dd>Deincrement the number of windows in the master area
</dd>
<dt>mod-shift-q</dt>
-<dd><p>Quit xmonad</p>
+<dd>Quit xmonad
</dd>
<dt>mod-q</dt>
-<dd><p>Restart xmonad</p>
+<dd>Restart xmonad
</dd>
<dt>mod-shift-slash</dt>
-<dd><p>Run xmessage with a summary of the default keybindings (useful for beginners)</p>
+<dd>Run xmessage with a summary of the default keybindings (useful for beginners)
</dd>
<dt>mod-[1..9]</dt>
-<dd><p>Switch to workspace N</p>
+<dd>Switch to workspace N
</dd>
<dt>mod-shift-[1..9]</dt>
-<dd><p>Move client to workspace N</p>
+<dd>Move client to workspace N
</dd>
<dt>mod-{w,e,r}</dt>
-<dd><p>Switch to physical/Xinerama screens 1, 2, or 3</p>
+<dd>Switch to physical/Xinerama screens 1, 2, or 3
</dd>
<dt>mod-shift-{w,e,r}</dt>
-<dd><p>Move client to screen 1, 2, or 3</p>
+<dd>Move client to screen 1, 2, or 3
</dd>
<dt>mod-button1</dt>
-<dd><p>Set the window to floating mode and move by dragging</p>
+<dd>Set the window to floating mode and move by dragging
</dd>
<dt>mod-button2</dt>
-<dd><p>Raise the window to the top of the stack</p>
+<dd>Raise the window to the top of the stack
</dd>
<dt>mod-button3</dt>
-<dd><p>Set the window to floating mode and resize by dragging</p>
+<dd>Set the window to floating mode and resize by dragging
</dd>
</dl>
-<h1 id="examples"><a href="#TOC">Examples</a></h1>
+<h1 id="examples">Examples</h1>
<p>To use xmonad as your window manager add to your <em>~/.xinitrc</em> file:</p>
-<pre class="sourceCode literate haskell"><code class="sourceCode haskell">exec xmonad</code></pre>
-<h1 id="customization"><a href="#TOC">Customization</a></h1>
-<p>xmonad is customized in ~/.xmonad/xmonad.hs, and then restarting with mod-q.</p>
+<blockquote>
+<p>exec xmonad</p>
+</blockquote>
+<h1 id="customization">Customization</h1>
+<p>xmonad is customized in ~/.xmonad/xmonad.hs, and then restarted with mod-q.</p>
<p>You can find many extensions to the core feature set in the xmonad- contrib package, available through your package manager or from <a href="http://xmonad.org">xmonad.org</a>.</p>
-<h2 id="modular-configuration"><a href="#TOC">Modular Configuration</a></h2>
+<h2 id="modular-configuration">Modular Configuration</h2>
<p>As of <em>xmonad-0.9</em>, any additional Haskell modules may be placed in <em>~/.xmonad/lib/</em> are available in GHC's searchpath. Hierarchical modules are supported: for example, the file <em>~/.xmonad/lib/XMonad/Stack/MyAdditions.hs</em> could contain:</p>
-<pre class="sourceCode literate haskell"><code class="sourceCode haskell"><span class="kw">module</span> <span class="dt">XMonad.Stack.MyAdditions</span> (function1) <span class="kw">where</span>
- function1 <span class="fu">=</span> <span class="fu">error</span> <span class="st">&quot;function1: Not implemented yet!&quot;</span></code></pre>
+<pre class="haskell"><code>module XMonad.Stack.MyAdditions (function1) where
+ function1 = error &quot;function1: Not implemented yet!&quot;</code></pre>
<p>Your xmonad.hs may then import XMonad.Stack.MyAdditions as if that module was contained within xmonad or xmonad-contrib.</p>
-<h1 id="bugs"><a href="#TOC">Bugs</a></h1>
+<h1 id="bugs">Bugs</h1>
<p>Probably. If you find any, please report them to the <a href="http://code.google.com/p/xmonad/issues/list">bugtracker</a></p>
</body>
</html>