Revert "avoid pointless kbd grab on moveresize"
This reverts commit fab806df.
When a client is being moved or resized, we don't want the client to receive arrow key press events.
Unfortunately, this brings the original issue back where Qt clients change their look as they are no longer focused. I believe this issue can be easily fixed by porting QtXCB to _NET_WM_STATE_FOCUSED.