commit 10cf8f3898040a3cfbfdcf4961f888e63982c587
Author: Dave Kennedy <[email protected]>
Date: Sat Oct 31 14:11:06 2015 -0600
Fixed typo
diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md
index 4d9e8e4..2eff531 100644
--- a/dwm.suckless.org/tutorial.md
+++ b/dwm.suckless.org/tutorial.md
@@ -40,7 +40,7 @@ To **move to another terminal**, press `[Alt]+[j]` or
`[Alt]+[k]`.
To **move a terminal to another _tag_**, hover to the terminal and press
`[Shift]+[Alt]+[2]`.
-To **focus on another _tag_**, press `[Shift]+[2]`.
+To **focus on another _tag_**, press `[Alt]+[tag number]`.
To **move a terminal to master or stack**, press `[Alt]+[d]` or `[Alt]+[i]`.