klipper: show popup window faster
Reason for the change
Do as few things when a window is about to be exposed as possible as the ack event for NET_WM_SYNC_REQUEST is sent only after those things are done, and KWin only exposes a window when it receives the ack event.