commit 47177f4a7a38c870d5ec98cdf1f8b49576baf0f1 parent 191cb4cf378d4ccb67828174e7a35668ba25b27d Author: jasonwryan <mail@jasonwryan.com> Date: Tue, 9 Feb 2010 19:13:45 +1300 Fixed link to the dwm manpage. Diffstat:
| M | dwm.suckless.org/tutorial.md | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dwm.suckless.org/tutorial.md b/dwm.suckless.org/tutorial.md @@ -15,8 +15,7 @@ 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. -As stated in the manpage you can click tags with the left -mouse button and simulating `[Alt]+[tag number]`, but you can also click an +As stated in the [dwm manpage](http://man.suckless.org/dwm/1/dwm), you can click tags with the left mouse button and simulating `[Alt]+[tag number]`, but you can also click an other tag with the right mouse button in order to bring those windows additionally into your current focus.