diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-18 11:38:31 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-18 11:38:31 +0200 |
commit | 4f8b08d330a6c377ab919f48b8e922d1c5ded601 (patch) | |
tree | bcfed5668645ef87fd2b7c3ff0d757912169f016 /dwm.1 | |
parent | 849e631510ed6533ac930449804e477fe67a43c2 (diff) | |
download | dwm-4f8b08d330a6c377ab919f48b8e922d1c5ded601.tar.gz |
added heretag command which allows to tag a client of a foreign tag with current tag
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1 index e1379ba..96fa760 100644 --- a/dwm.1 +++ b/dwm.1 @@ -93,6 +93,14 @@ Append tag to current .B window .TP +.B Control-Shift-[0..n] +Replace current +.B window +of +.B nth +tag with current tag. +.B window +.TP .B Control-Button1 Zooms the clicked .B window |