summaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 12:19:10 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 12:19:10 +0200
commitce846e941bee651ae5f17845f670f016040902f9 (patch)
tree9463488fb1911e7c368a4300f53622a1d9d0fecc /dwm.h
parent0a638a4cafb3dd754a596605bb55ac7977fba71e (diff)
downloaddwm-ce846e941bee651ae5f17845f670f016040902f9.tar.gz
dwm-ce846e941bee651ae5f17845f670f016040902f9.zip
added xlock command (I need it regularly)
Diffstat (limited to '')
-rw-r--r--dwm.h3
-rw-r--r--dwm.html6
2 files changed, 5 insertions, 4 deletions
diff --git a/dwm.h b/dwm.h
index acfdcbb..1d672fd 100644
--- a/dwm.h
+++ b/dwm.h
@@ -100,7 +100,8 @@ extern void lower(Client *c);
extern void ckill(void *aux);
extern void sel(void *aux);
extern void max(void *aux);
-extern void toggle(void *aux);
+extern void floating(void *aux);
+extern void tiling(void *aux);
extern void gravitate(Client *c, Bool invert);
/* draw.c */
diff --git a/dwm.html b/dwm.html
index 4b2f663..995c6fd 100644
--- a/dwm.html
+++ b/dwm.html
@@ -59,9 +59,9 @@
</li>
<li>
garbeam <b>does not</b> want any feedback to dwm. If you ask for support,
- feature requests or if you report bugs, they will be <b>ignored</b>
- with a high chance. dwm is only intended to fit garbeam's needs,
- however you are free to download and distribute/relicense it, with the
+ feature requests, or if you report bugs, they will be <b>ignored</b>
+ with a high chance. dwm is only intended to fit garbeams needs.
+ However you are free to download and distribute/relicense it, with the
conditions of the <a href="http://wmii.de/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
</li>
</ul>