[wiki] [official] updates || hendry

From: <hg_AT_suckless.org>
Date: Sat, 19 Jul 2008 12:28:57 +0100 (BST)

changeset: 38:abff936d7d96
user: hendry_AT_iki.fi
date: Fri Jul 18 22:47:02 2008 +0100
files: dwm/tutorial.md
description:
updates


diff -r 07df19a98be4 -r abff936d7d96 dwm/tutorial.md
--- a/dwm/tutorial.md Fri Jul 18 19:45:59 2008 +0200
+++ b/dwm/tutorial.md Fri Jul 18 22:47:02 2008 +0100
_AT_@ -6,26 +6,28 @@
 By default there are 9 tags. You can think of them as workspaces, though
 pedantically they are tags.
 
-Launch a few terminals and dwm will tile the windows accordingly. New terminals
-appear on the **master** window. Existing windows are tiled upon a stack to the
-right of the screen. [Alt]+[Enter] quickly toggles windows between master and stack.
+Launch a few terminals and dwm will tile the windows between the **master** and
+**stack**. A new terminal appears on the **master** window. Existing windows
+are pushed upon a **stack** to the right of the screen. `[Alt]+[Enter]` toggles
+windows between master and stack.
 
 To move a terminal pane/tile/window to another tag you select the window by
-hovering over the window. Then execute the bind [Shift]+[Alt]+[2] to move the
-window to the 2 tag. [Alt]+[2] moves your focus to tag 2.
+hovering over the window. Then execute the bind `[Shift]+[Alt]+[2]` to move the
+window to the 2 tag. `[Alt]+[2]` moves your focus to tag 2.
 
 To kill a window:
 
         [Shift]+[Alt]+[c]
 
-By default dwm is in tiled layout mode. Ensure it is tiled mode with:
+By default dwm is in **tiled** layout mode. Ensure it is tiled mode with:
 
         [Alt]+[t]
 
 You should also notice the `[]=` symbol between the tag numbers and the title bar.
 
-dwm has two further layout modes, floating `><>` ([Alt]+[f]) and monocle `[M]`
-([Alt]+[m]). Monocle is good for ensuring a window is kept maxmised and
-focused. This is useful in web kiosk environments and watching flash videos.
+dwm has two further layout modes, **floating** `><>` `[Alt]+[f]` and
+**monocle** `[M]` `[Alt]+[m]`. Monocle is good for ensuring a window is kept
+maxmised and focused. This is useful in web kiosk environments and watching
+flash videos.
 
 Floating layout will be familiar Windows users.
Received on Sat Jul 19 2008 - 13:28:57 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:21 CEST