diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 12:19:10 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 12:19:10 +0200 |
commit | ce846e941bee651ae5f17845f670f016040902f9 (patch) | |
tree | 9463488fb1911e7c368a4300f53622a1d9d0fecc /dwm.h | |
parent | 0a638a4cafb3dd754a596605bb55ac7977fba71e (diff) | |
download | dwm-ce846e941bee651ae5f17845f670f016040902f9.tar.gz dwm-ce846e941bee651ae5f17845f670f016040902f9.zip |
added xlock command (I need it regularly)
Diffstat (limited to '')
-rw-r--r-- | dwm.h | 3 | ||||
-rw-r--r-- | dwm.html | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -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 */ @@ -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> |