MOVE TILED WINDOW WITH MOUSE

Description

tilemovemouse() lets you drag a client to a different position without floating it. Reordering windows this way is fun.

static Button buttons[] = {
    /* click          event mask      button      function        argument */
    { ClkClientWin,   MODKEY,         Button1,    tilemovemouse,  {0} },
};

Download

tilemovemouse

Last update: 2009-03-20