about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.114
1 files changed, 14 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1
index 96dd8d3..b79dba1 100644
--- a/dwm.1
+++ b/dwm.1
@@ -31,6 +31,19 @@ them displaying their tags and title.
 .B \-v
 prints version information to standard output, then exits.
 .SH USAGE
+.SS Status bar
+.TP
+Writing to standard input displays the text in the status text area.
+.TP
+.B Button[1-3]
+click onto a tag label focusses the specifc tag.
+.TP
+.B Button[1,4]
+click focusses the previous tag.
+.TP
+.B Button[2,5]
+click focusses the next tag.
+.SS Keyboard commands
 .TP
 .B Mod1-Return
 Zoom current
@@ -90,6 +103,7 @@ Append
 .B nth tag
 to current
 .B window.
+.SS Mouse commands
 .TP
 .B Mod1-Button1
 Move current
f='#n110'>110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165