You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toewmh_net_atoms
.The text was updated successfully, but these errors were encountered: