sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 97d66dc8da87da1d8c8bffe0f9ed445e098935be
parent d16256e8eea6288b4507f71f70d9151f0872be37
Author: nsz <nszabolcs@gmail.com>
Date:   Sat, 21 Mar 2009 16:16:12 +0100

spell check
Diffstat:
Mdwm.suckless.org/customisation/customfuncs.md | 8++++----
Mdwm.suckless.org/customisation/noapps.md | 6+++---
Mdwm.suckless.org/customisation/patch_queue.md | 4++--
Mdwm.suckless.org/manpage.md | 6+++---
Mdwm.suckless.org/patches/clientspertag.md | 2+-
Mdwm.suckless.org/patches/workspaces.md | 3+--
Mdwm.suckless.org/tutorial.md | 2+-
Mwww.suckless.org/common/bugs.md | 4++--
Mwww.suckless.org/common/project_ideas.md | 8++++----
Mwww.suckless.org/common/style_guide.md | 2+-
Mwww.suckless.org/wiki/index.md | 2+-
11 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/dwm.suckless.org/customisation/customfuncs.md b/dwm.suckless.org/customisation/customfuncs.md @@ -226,7 +226,7 @@ This example is for people who prefer to control dwm with the mouse (for dwm 5.1 Usage of the above configuration -------------------------- -In case you want to try this configuration there are some differences with the default dwm config to be taken into account. Mouse actions will be explained later, keys have simlar behaviour. There are other small changes, but the config.h file should be pretty straightforward. +In case you want to try this configuration there are some differences with the default dwm config to be taken into account. Mouse actions will be explained later, keys have similar behaviour. There are other small changes, but the config.h file should be pretty straightforward. ###Tagging @@ -234,8 +234,8 @@ In the tag buttons: - B1: view a tag, trying to view the selected tagset will result in a change to the previous one. - B3: toggle a tag, trying to toggle the last selected tag will result in viewing all tags. -- B2+B1: asign tag to the sel client. -- B2+B3: toggle tag for the sel client, trying to toggle the last tag will result in asigning all tags. +- B2+B1: assign tag to the sel client. +- B2+B3: toggle tag for the sel client, trying to toggle the last tag will result in assigning all tags. ###Layouts @@ -250,7 +250,7 @@ In the layout symbol: in the status bar, the root window, or the selected window (with Mod pressed) - Wheel to focus prev/next client. Floating clients will just be focused after the tiled ones. -- B1 to move (the pointer will be wrapped to the upper-left corner if neccesary). +- B1 to move (the pointer will be wrapped to the upper-left corner if necessary). - B3 to resize (the pointer will be wrapped to the bottom-right corner). - B2 to zoom or toggle floating status if zooming is not possible. diff --git a/dwm.suckless.org/customisation/noapps.md b/dwm.suckless.org/customisation/noapps.md @@ -3,8 +3,8 @@ Remove application defaults from config.h *blame [Filippo Erik Negroni](mailto:f dot e dot negroni at googlemail dot com>) about this document* -The rules array is initialised, by default, to treat windows of class `Gimp` and `Firefox` in a special way. -If, like me, you don't want any application to be treated in a special way, you must be careful when editing the rules array initialisation code. +The rules array is initialized, by default, to treat windows of class `Gimp` and `Firefox` in a special way. +If, like me, you don't want any application to be treated in a special way, you must be careful when editing the rules array initialization code. The original code describes what each value represents within the Rule structure. @@ -17,7 +17,7 @@ The original code describes what each value represents within the Rule structure For instance, Gimp and Firefox will be labeled as floating windows, even if the layout selected is Monocle or Tiled. In particular, the tag mask will attach Firefox to tag '9'. -If we don't want any window class to be treated in a special way, we need to initialise rules with at least one element: +If we don't want any window class to be treated in a special way, we need to initialize rules with at least one element: static Rule rules[] = { /* class instance title tags mask isfloating */ diff --git a/dwm.suckless.org/customisation/patch_queue.md b/dwm.suckless.org/customisation/patch_queue.md @@ -46,7 +46,7 @@ Verify your extension is enabled: ###Prepare a base mercurial repository -If you downloaded the prepackaged source tree, it is now a good time to initialise a mercurial repository: +If you downloaded the prepackaged source tree, it is now a good time to initialize a mercurial repository: $ cd dwm-5.1 $ hg init @@ -57,7 +57,7 @@ If you cloned the official repo, but prefer to work on less frequent updates, yo $ cd dwm $ hg up -r 5.1 -###Initialise the MQ repository +###Initialize the MQ repository From within your working copy, run the command: diff --git a/dwm.suckless.org/manpage.md b/dwm.suckless.org/manpage.md @@ -21,7 +21,7 @@ environment for the application in use and the task performed. In tiled layouts windows are managed in a master and stacking area. The master area contains the window which currently needs most attention, whereas the stacking area contains all other windows. In monocle layout all windows are -maximised to the screen size. In floating layout windows can be resized and +maximized to the screen size. In floating layout windows can be resized and moved freely. Dialog windows are always managed floating, regardless of the layout applied. <P> @@ -33,7 +33,7 @@ tags. Selecting certain tags displays all windows with these tags. dwm contains a small status bar which displays all available tags, the layout, the title of the focused window, and the text read from the name of the root window (xsetroot -name "string" to set the name). A floating window -is indicated with an empty square and a maximised floating window is +is indicated with an empty square and a maximized floating window is indicated with a filled square before the windows title. The selected tags are indicated with a different color. The tags of the focused window are indicated with a filled square in the top left corner. The tags which are applied to one @@ -222,7 +222,7 @@ GTK 2.10.9+ versions contain a broken <B>Save-As</B> file dialog implementation, which requests to reconfigure its window size in an endless loop. However, its -window is still respondable during this state, so you can simply ignore the flicker +window is still responsive during this state, so you can simply ignore the flicker until a new GTK version appears, which will fix this bug, approximately GTK 2.10.12+ versions. <P> diff --git a/dwm.suckless.org/patches/clientspertag.md b/dwm.suckless.org/patches/clientspertag.md @@ -40,7 +40,7 @@ TODO ---- * Maybe it should be renamed to "tiledlimit" or "clientslimit". -* Think about a way to make the focused client always visible (enhaced monocle patch?) +* Think about a way to make the focused client always visible (enhanced monocle patch?) Feedback is welcome :) diff --git a/dwm.suckless.org/patches/workspaces.md b/dwm.suckless.org/patches/workspaces.md @@ -66,7 +66,7 @@ Or mouse buttons: Comments -------- -It is so easy to change the viewed tags, layout and mfact in dwm than having artifacts to remember them are not neccesary, this patch is just an example of how it could be implemented, but it won't be updated for future releases. +It is so easy to change the viewed tags, layout and mfact in dwm than having artifacts to remember them are not necessary, this patch is just an example of how it could be implemented, but it won't be updated for future releases. It should be easy to add to the workspaces the possibility to remember bar position too. @@ -82,4 +82,3 @@ or: static Workspace workspaces[16]; - diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md @@ -32,7 +32,7 @@ You should also notice the `[]=` symbol between the tag numbers and the title ba dwm has two further layout modes, **floating** `><>` `[Alt]+[f]` and **monocle** `[M]` `[Alt]+[m]`. Monocle is good for ensuring a window is kept -maximised and focused. This is useful in web kiosk environments and watching +maximized and focused. This is useful in web kiosk environments and watching flash videos. Floating layout will be familiar to Windows users. Use `[Alt]+[mouse button]` to diff --git a/www.suckless.org/common/bugs.md b/www.suckless.org/common/bugs.md @@ -3,7 +3,7 @@ BUGS Debugging --------- -If you find any crashes, please send a full backtrace to the dedicated mailinglist. +If you find any crashes, please send a full backtrace to the dedicated mailing list. You can create backtraces with `gdb`: Before starting a program, you may have to allow core file creation. It is @@ -23,6 +23,6 @@ If you encounter freezes (no crash at all) of the program, you can debug as foll $ gdb --quiet `which program` --attach `pgrep -o program` gdb> bt full -Send the output of that command to the mailinglist along with the output of +Send the output of that command to the mailing list along with the output of `program -v`! Thank you! diff --git a/www.suckless.org/common/project_ideas.md b/www.suckless.org/common/project_ideas.md @@ -19,7 +19,7 @@ projects that focus more on average and non-technical end users, we think that experienced users are mostly ignored. This is particularly true for user interfaces, such as graphical environments on desktop computers, on mobile devices, and in so-called Web applications. We believe that the market of -experienced users is growing continously, with each user looking for more +experienced users is growing continuously, with each user looking for more appropriate solutions for his/her work style. Designing simple and elegant software is far more difficult than letting ad-hoc @@ -63,7 +63,7 @@ An academic background in computer science is desirable but not essential. Projects like [dmenu](http://tools.suckless.org/dmenu) prove that it's possible to bring the Unix philosophy onto the desktop and into the land of graphical -applications. We believe that there is big potential for doing similiar things +applications. We believe that there is big potential for doing similar things for other purposes such as managing contacts, bookmarks, browsing files/directories, reading/managing mails, organizing/viewing images/videos and listening to music, all in a very elegant and Unix-like way. We believe that such @@ -111,9 +111,9 @@ Request System) and IRS (Incident Response System) all together. ### Lightweight volume manager alternative We'd like to see a lightweight and simple alternative to gnome-volume-manager -and similiar programs. +and similar programs. -***Requirements:*** Good C knowledge and knowledge of DBUS and similiar techniques are essential. +***Requirements:*** Good C knowledge and knowledge of DBUS and similar techniques are essential. ### Yet another less sucking editor diff --git a/www.suckless.org/common/style_guide.md b/www.suckless.org/common/style_guide.md @@ -40,7 +40,7 @@ in C. However we argue that in general C++ software performs poorer than software written in C, because of its tendency to complexity and its hidden pitfalls like expensive function calls in loops or too many inlines. -All these problems do not happen with C, because C is to simple for being +All these problems do not happen with C, because C is too simple for being misused in our opinion. So the second rule of this style guide concludes: diff --git a/www.suckless.org/wiki/index.md b/www.suckless.org/wiki/index.md @@ -13,7 +13,7 @@ minimize any problems. hg push The wiki repository above is world-writable. Your changes will be visible -immediatly after the push at <http://sandbox.suckless.org>. This web site +immediately after the push at <http://sandbox.suckless.org>. This web site contains an additional disclaimer at the bottom that any content is not our responsibility, and is only intended to give you an idea how your changes will look like once they are accepted.