several fixes
b7258874
2 file(s) · +4 −4
| 26 | 26 | { Mod1Mask, XK_k, sel, "prev" }, |
|
| 27 | 27 | { Mod1Mask, XK_j, sel, "next" }, |
|
| 28 | 28 | { Mod1Mask, XK_t, tiling, NULL }, |
|
| 29 | - | { Mod1Mask, XK_f, tiling, NULL }, |
|
| 29 | + | { Mod1Mask, XK_f, floating, NULL }, |
|
| 30 | 30 | { Mod1Mask, XK_m, max, NULL }, |
|
| 31 | 31 | { Mod1Mask | ShiftMask, XK_c, ckill, NULL }, |
|
| 32 | 32 | { Mod1Mask | ShiftMask, XK_q, quit, NULL }, |
| 28 | 28 | and all this hype about remote control through a 9P service, I only |
|
| 29 | 29 | want to manage my windows in a simple, but dynamic way. wmii never got |
|
| 30 | 30 | finished because I listened to users, who proposed arbitrary ideas I |
|
| 31 | - | considered useful. This resulted in an extreme <a href="http://www.jwz.org/doc/cadt.html">CADT model</a> |
|
| 32 | - | of developmentwhich was basically my mistake. Thus the philosophy of |
|
| 33 | - | dwm is to fit my needs. That's it. |
|
| 31 | + | considered useful. This resulted in an extreme <a href="http://www.jwz.org/doc/cadt.html">CADT</a> |
|
| 32 | + | development model, which was a mistake. Thus the philosophy of |
|
| 33 | + | dwm is simply <i>to fit my needs</i> (maybe yours as well). That's it. |
|
| 34 | 34 | </p> |
|
| 35 | 35 | <h3>Differences to wmii</h3 |
|
| 36 | 36 | <p> |