mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -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)
|
||||
, 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
|
||||
} deriving (Eq, Show, Read)
|
||||
} deriving (Eq, Show)
|
||||
|
||||
-- The cache is used to check on insertion that we don't already have
|
||||
-- this window managed on another stack
|
||||
|
Reference in New Issue
Block a user