about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 10:03:56 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 10:03:56 +0200
commit01a8d44de4a415ce0f2436989b618eb58c4a6a71 (patch)
tree18f6c471b9118afe5c7ab216ce313d2419b2a83a /README
parent3791ec054d7fca1bfb0af04a65b80b973094a87d (diff)
downloaddwm-01a8d44de4a415ce0f2436989b618eb58c4a6a71.tar.gz
small changes to README
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c8e24ef..6260440 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-dwm
-------
+dwm - dynamic window manager
+----------------------------
 
 dwm is an extremly fast, small, and dynamic X11 window manager.
 
@@ -21,7 +21,7 @@ necessary as root):
 
 
 Running dwm
---------------
+-----------
 Add the following line to your .xinitrc to start dwm using startx:
 
     exec dwm
> 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219