diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-11 19:26:12 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-11 19:26:12 +0200 |
commit | 292ccc4c43d9529cb6db0973fcab6e24c73607a5 (patch) | |
tree | 55e0deb6352d8f2c967b38105d13ca1e3454fe95 /dwm.1 | |
parent | d7413ffd2d9a84fc3140b28b26f8cb6bb80164e4 (diff) | |
download | dwm-292ccc4c43d9529cb6db0973fcab6e24c73607a5.tar.gz |
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/dwm.1 b/dwm.1 index ac5a7cc..47fceeb 100644 --- a/dwm.1 +++ b/dwm.1 @@ -36,14 +36,21 @@ prints version information to standard output, then exits. .B Standard input is read and displayed in the status text area. .TP -.B Button[1-3] -click on a tag label focuses that tag. +.B Button[1,3] +click on a tag label focuses that +.B tag. +.TP +.B Button2 +click on a tag label (un)extends the current +.B tag. .TP .B Button[1,4] -click on the bar focuses the previous tag. +click on the bar focuses the previous +.B tag. .TP .B Button[2,5] -click on the bar focuses the next tag. +click on the bar focuses the next +.B tag. .SS Keyboard commands .TP .B Mod1-Return @@ -108,6 +115,12 @@ Append .B nth tag to current .B window. +.TP +.B Mod1-Control-Shift-[0..n] +(Un)extends +.B nth tag +with current +.B tag. .SS Mouse commands .TP .B Mod1-Button1 |