added some comments what the TODOs are for 4.8
add7df6e
1 file(s) · +7 −0
| 1 | + | /** |
|
| 2 | + | * TODO |
|
| 3 | + | * - treat monocle as floating layout, actually otherwise certain monocled windows don't get raised |
|
| 4 | + | * - use WX, WY, WW, WH for window snapping/resizing/mouse |
|
| 5 | + | * - MOX, MOY, MOW, MOH should only be used in the case of monocle layout and of n==1 in tiled |
|
| 6 | + | * - simplify tile() |
|
| 7 | + | */ |
|
| 1 | 8 | /* See LICENSE file for copyright and license details. |
|
| 2 | 9 | * |
|
| 3 | 10 | * dynamic window manager is designed like any other X client as well. It is |