Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle _NET_WM_DESKTOP in client_message_event() #61

Open
HarveyHunt opened this issue Jan 2, 2016 · 0 comments
Open

Correctly handle _NET_WM_DESKTOP in client_message_event() #61

HarveyHunt opened this issue Jan 2, 2016 · 0 comments
Labels

Comments

@HarveyHunt
Copy link
Owner

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_DESKTOP also needs to be added to ewmh_net_atoms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant