1 <protocol name="workspaces">
3 <interface name="workspace_manager" version="1">
4 <description summary="workspaces manager">
5 An interface for managing surfaces in workspaces.
8 <request name="move_surface">
9 <description summary="move surface to workspace">
10 Move the given surface to the specified workspace.
12 <arg name="surface" type="object" interface="wl_surface"/>
13 <arg name="workspace" type="uint"/>
17 <description summary="workspace state">
18 The current workspace state, such as current workspace and workspace
21 <arg name="current" type="uint"/>
22 <arg name="count" type="uint"/>