Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCorrectly handle _NET_WM_DESKTOP in client_message_event() #61
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


A window may wish to be moved to a different workspace. This should be handled in
client_message_event.In order to do this, we need to be able to move an arbitrary client to a workspace. This can be achieved by factoring out the client {cutting,pasting} logic from
op_{cut,paste}into their own functions._NET_WM_DESKTOPalso needs to be added toewmh_net_atoms.