mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-03 13:41:54 -07:00
Read is not needed for StackSet
This commit is contained in:
@@ -44,7 +44,7 @@ data StackSet i j a =
|
|||||||
, stacks :: !(M.Map i ([a], [a])) -- ^ screen -> (floating, normal)
|
, stacks :: !(M.Map i ([a], [a])) -- ^ screen -> (floating, normal)
|
||||||
, focus :: !(M.Map i [a]) -- ^ the stack of window focus in each stack
|
, focus :: !(M.Map i [a]) -- ^ the stack of window focus in each stack
|
||||||
, cache :: !(M.Map a i) -- ^ a cache of windows back to their stacks
|
, cache :: !(M.Map a i) -- ^ a cache of windows back to their stacks
|
||||||
} deriving (Eq, Show, Read)
|
} deriving (Eq, Show)
|
||||||
|
|
||||||
-- The cache is used to check on insertion that we don't already have
|
-- The cache is used to check on insertion that we don't already have
|
||||||
-- this window managed on another stack
|
-- this window managed on another stack
|
||||||
|
Reference in New Issue
Block a user