Is there some way to have the focus follow the client being moved when calling tagmon? I guess I misunderstand the code.
>From what I can see, selmon->sel contains the selection, which if we are moving a client should be a Client struct we are moving. Since appending focus(selmon->sel) to the end of the function does not seem to do anything, however, I guess I have misunderstood what selmon->sel represents in this scenario... Any help would be greatly appreciated. Chris