diff --git a/src/XMonad/TopicUtils.hs b/src/XMonad/TopicUtils.hs index 5fc1a36..f5db19b 100644 --- a/src/XMonad/TopicUtils.hs +++ b/src/XMonad/TopicUtils.hs @@ -30,7 +30,7 @@ inactiveTags = map W.tag . inactive' <$> gets windowset where inactive' s = let current = W.currentTag s - in W.hidden s ++ map W.workspace (filter (\w -> current /= (W.tag . W.workspace) w) (W.visible s)) + in W.hidden s ++ map W.workspace (W.visible s) gridselectMove :: GSConfig WorkspaceId -> X () gridselectMove conf = do