Removed typos. Used british spelling rules.

This commit is contained in:
stepardo 2006-05-07 17:48:17 +01:00
parent 825c7cf1c1
commit 9af4c39943
1 changed files with 24 additions and 24 deletions

View File

@ -29,7 +29,7 @@ pdftitle={A Guide to wmii-3}}
\usepackage{indentfirst,moreverb} \usepackage{indentfirst,moreverb}
% remove this if you want, it's just a matter of imposed imperialist cultures % remove this if you want, it's just a matter of imposed imperialist cultures
% so if I'm given the chance to choose I choose to indent the first paragraph % so if I'm given the chance to choose I choose to indent the first paragraph
% (I learn this way in the school, and don't want to relearn the british way) % (I learn this way in the school, and don't want to relearn the British way)
%% welcome to the dirty tricks section %% welcome to the dirty tricks section
\newcommand{\hrefx}[1]{\href{#1}{#1}} % explicit \href \newcommand{\hrefx}[1]{\href{#1}{#1}} % explicit \href
@ -116,7 +116,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
the whole document ``sequentially'', i.e. from beginning to end. the whole document ``sequentially'', i.e. from beginning to end.
Another possibility is to read/consume the guide ``on demand'' as Another possibility is to read/consume the guide ``on demand'' as
you notice you need more information or details to understand you notice you need more information or details to understand
better some concept. We recomend you to read the introductory better some concept. We recommend you to read the introductory
chapters first, use some time to get settled in the \wmii-world chapters first, use some time to get settled in the \wmii-world
and read the scripting chapters later on. and read the scripting chapters later on.
@ -241,7 +241,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\subsection{View} \subsection{View}
A view is the set of displayed clients, which match a specific single tag. A view is the set of displayed clients, which match a specific single tag.
A view is pretty similiar to the ``workspace'' metaphor in other window A view is pretty similar to the ``workspace'' metaphor in other window
managers, though more powerful. managers, though more powerful.
Only one view can be visible at a time. Only one view can be visible at a time.
@ -326,7 +326,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
important information: the first label contains the tag of important information: the first label contains the tag of
the window. The second label displays the window's title. the window. The second label displays the window's title.
Similiar information is displayed in the status-bar at the bottom. The Similar information is displayed in the status-bar at the bottom. The
first labels display the tags currently in use and highlight the currently first labels display the tags currently in use and highlight the currently
selected view. On the right side some status information is displayed, by selected view. On the right side some status information is displayed, by
default the system load and the current time (see default the system load and the current time (see
@ -375,7 +375,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
title-bars of the other clients displayed in the column. You can title-bars of the other clients displayed in the column. You can
switch between the clients in the column using \emph{MOD-j}. switch between the clients in the column using \emph{MOD-j}.
The max-layout maximizes all clients to the same geometry as the column. The max-layout maximises all clients to the same geometry as the column.
Only the focused client is displayed at a time, all other clients Only the focused client is displayed at a time, all other clients
are behind it. You can switch between the clients with \emph{MOD-j}. are behind it. You can switch between the clients with \emph{MOD-j}.
@ -485,7 +485,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
protocol. protocol.
The basic ideas for configuring and running \wmii{} were taken from The basic ideas for configuring and running \wmii{} were taken from
the Acme user interface for programmers of Plan9. Similiar to Acme, the Acme user interface for programmers of Plan9. Similar to Acme,
\wmii{} provides a filesystem-interface, which can be accessed by \wmii{} provides a filesystem-interface, which can be accessed by
9P clients. This allows to interact with any different kind of 9P clients. This allows to interact with any different kind of
application through a file system interface, which might be implemented application through a file system interface, which might be implemented
@ -635,8 +635,8 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\subsection{Changing the style} \subsection{Changing the style}
The style of \wmii-3 is defined through font and color values, which are The style of \wmii-3 is defined through font and colour values, which are
unobstrusively exported with the following \emph{environment variables}. unobtrusively exported with the following \emph{environment variables}.
\begin{verbatim} \begin{verbatim}
WMII_SELCOLORS='#000000 #eaffff #8888cc' WMII_SELCOLORS='#000000 #eaffff #8888cc'
@ -644,14 +644,14 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
WMII_FONT=static WMII_FONT=static
\end{verbatim} \end{verbatim}
\verb+WMII_SELCOLORS+ defines the colors of the selected client's window \verb+WMII_SELCOLORS+ defines the colours of the selected client's window
title and border, whereas \verb+WMII_NORMCOLORS+ defines the colors of all title and border, whereas \verb+WMII_NORMCOLORS+ defines the colours of all
unselected clients. The numbers are hexadecimal rgb tuple-values, which you unselected clients. The numbers are hexadecimal rgb tuple-values, which you
might know from HTML. You can grab them with the Gimps color-chooser for instance. might know from HTML. You can grab them with the Gimps colour-chooser for instance.
The first color defines the text color of strings in bars and menus. The first colour defines the text colour of strings in bars and menus.
The second color defines the background color of bars and clients, and The second colour defines the background colour of bars and clients, and
the third color defines the 1px borders surrounding bars and clients. the third colour defines the 1px borders surrounding bars and clients.
\verb+WMII_FONT+ defines the font which should be used for drawing text. \verb+WMII_FONT+ defines the font which should be used for drawing text.
in title-bars, the status-bar, and the wmiimenu. in title-bars, the status-bar, and the wmiimenu.
@ -680,7 +680,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\end{verbatim} \end{verbatim}
The first file contains the color definitions that control how the The first file contains the colour definitions that control how the
bar will be drawn, while the second contains the data bar will be drawn, while the second contains the data
which is displayed. which is displayed.
@ -732,7 +732,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\subsection{Assigning new tags} \subsection{Assigning new tags}
As mentioned before, you can achieve more poweful things with tags, than As mentioned before, you can achieve more powerful things with tags, than
with the standard key-bindings. You might use any string as a tag. You may with the standard key-bindings. You might use any string as a tag. You may
even use more than one tag per client. To do so, you have to separate the even use more than one tag per client. To do so, you have to separate the
tags with a ``+''. tags with a ``+''.
@ -815,7 +815,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\item [/bar/label/colors] \item [/bar/label/colors]
\begin{itemize*} \begin{itemize*}
\item the colors of the bar \item the colours of the bar
\end{itemize*} \end{itemize*}
\item [/client] \item [/client]
@ -826,7 +826,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\item [/client/n] \item [/client/n]
\begin{itemize*} \begin{itemize*}
\item every client, including ones not shown in the view has a namespace here \item every client, including ones not shown in the view has a namespace here
\item \verb+n+ is a non-negative interger and clients are numbered oldest first \item \verb+n+ is a non-negative integer and clients are numbered oldest first
\end{itemize*} \end{itemize*}
\item [/client/n/class] \item [/client/n/class]
@ -848,7 +848,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\item [/client/n/geom] \item [/client/n/geom]
\begin{itemize*} \begin{itemize*}
\item the window geometry of client \verb+n+ \item the window geometry of client \verb+n+
\item displayed as four blank seperated integers (x y width height?) \item displayed as four blank separated integers (x y width height?)
\end{itemize*} \end{itemize*}
\item [/client/n/index] contains the client's index in the /client namespace, in this case n \item [/client/n/index] contains the client's index in the /client namespace, in this case n
@ -860,7 +860,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\item [/client/n/tags] \item [/client/n/tags]
\begin{itemize*} \begin{itemize*}
\item a plus(+)-seperated list of tags to which client \verb+n+ is related \item a plus(+)-separated list of tags to which client \verb+n+ is related
\end{itemize*} \end{itemize*}
\item [/ctl] \item [/ctl]
@ -877,11 +877,11 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\item [/def] \item [/def]
\item [/def/border] width of the border around clients \item [/def/border] width of the border around clients
\item [/def/font] the font used by \wmii{} (an xlib font name) \item [/def/font] the font used by \wmii{} (an xlib font name)
\item [/def/keys] a newline seperated list of the keys to be grabbed by \wmii \item [/def/keys] a newline separated list of the keys to be grabbed by \wmii
\item [/def/rules] \item [/def/rules]
\begin{itemize*} \begin{itemize*}
\item a newline seperated list of rules to specify how to automatically tag clients \item a newline separated list of rules to specify how to automatically tag clients
\item matches against the class.instance valuas of a client \item matches against the class.instance values of a client
\item syntax: \verb+/$regex/ -> $tag+ (tag might be \~{} to indicate floating mode \item syntax: \verb+/$regex/ -> $tag+ (tag might be \~{} to indicate floating mode
\end{itemize*} \end{itemize*}
\item [/def/colwidth] with of newly created columns (in px) \item [/def/colwidth] with of newly created columns (in px)
@ -928,7 +928,7 @@ people mentioned at \href{http://wmii.de/index.php/WMII/People}{WMII/people}.}
\begin{table}[h] \begin{table}[h]
\begin{tabular}{|l|l|} \begin{tabular}{|l|l|}
\hline % Puts in a horizontal line \hline % Puts in a horizontal line
Keybinding &Action \\ %Table Headers , columns seperated by &, Keybinding &Action \\ %Table Headers , columns separated by &,
%rows ended by \\ %rows ended by \\
\hline \hline
\hline \hline