summaryrefslogtreecommitdiffstats
path: root/src/Pager/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Pager/Types.hs')
-rw-r--r--src/Pager/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pager/Types.hs b/src/Pager/Types.hs
index 95dd837..8a3b815 100644
--- a/src/Pager/Types.hs
+++ b/src/Pager/Types.hs
@@ -24,7 +24,7 @@ data Workspace = Workspace
{ workspace_geometry :: Geometry
, workspace_focused :: Bool
, workspace_name :: Text
- , workspace_windows :: [Window]
+ , workspace_windows :: [Window] -- sorted by z-order, earlier windows overlap later ones
}
$(deriveJSON defaultOptions { fieldLabelModifier = tail . dropWhile (/='_') } ''Geometry)