set_include_all_workspaces


Description:

public void set_include_all_workspaces (bool include_all_workspaces)

Sets this to display Window from all Workspace or not, according to include_all_workspaces.

Note that if the active Workspace has a viewport and if include_all_workspaces is false, then only the Window visible in the viewport are displayed in this. The rationale for this is that the viewport is generally used to implement workspace-like behavior. A side-effect of this is that, when using multiple Workspace with viewport, it is not possible to show all Window from a Workspace (even those that are not visible in the viewport) in this without showing all Window from all Workspace.

Parameters:

this

a Tasklist.

include_all_workspaces

whether to display Window from all Workspace in this.