Table of Contents

Interface IMapSector

Namespace
Whim
Assembly
Whim.dll
The sector containing window-workspace and workspace-monitor mappings.
public interface IMapSector

Properties

MonitorWorkspaceMap

The mappings of monitors to workspaces.
ImmutableDictionary<HMONITOR, Guid> MonitorWorkspaceMap { get; }

Property Value

ImmutableDictionary<HMONITOR, Guid>

WindowWorkspaceMap

The mappings of windows to workspaces.
ImmutableDictionary<HWND, Guid> WindowWorkspaceMap { get; }

Property Value

ImmutableDictionary<HWND, Guid>