dwm.c
changeset 1128 538657548b5d
parent 1127 f861152c5708
child 1129 43d862bda73e
equal deleted inserted replaced
1127:f861152c5708 1128:538657548b5d
     2  * TODO
     2  * TODO
     3  * - treat monocle as floating layout, actually otherwise certain monocled windows don't get raised
     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
     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
     5  * - MOX, MOY, MOW, MOH should only be used in the case of monocle layout and of n==1 in tiled
     6  * - simplify tile()
     6  * - simplify tile()
       
     7  * - allow for vstack
     7  */
     8  */
     8 /* See LICENSE file for copyright and license details.
     9 /* See LICENSE file for copyright and license details.
     9  *
    10  *
    10  * dynamic window manager is designed like any other X client as well. It is
    11  * dynamic window manager is designed like any other X client as well. It is
    11  * driven through handling X events. In contrast to other X clients, a window
    12  * driven through handling X events. In contrast to other X clients, a window