dwm.c
changeset 1127 f861152c5708
parent 1124 160af328ab51
child 1128 538657548b5d
equal deleted inserted replaced
1126:395dc8e943ea 1127:f861152c5708
       
     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 /* See LICENSE file for copyright and license details.
     8 /* See LICENSE file for copyright and license details.
     2  *
     9  *
     3  * dynamic window manager is designed like any other X client as well. It is
    10  * dynamic window manager is designed like any other X client as well. It is
     4  * driven through handling X events. In contrast to other X clients, a window
    11  * driven through handling X events. In contrast to other X clients, a window
     5  * manager selects for SubstructureRedirectMask on the root window, to receive
    12  * manager selects for SubstructureRedirectMask on the root window, to receive