diff options
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> |