mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-28 02:31:52 -07:00
Show instances for WorkspaceId and ScreenId
This commit is contained in:
@@ -58,10 +58,10 @@ data XConf = XConf
|
||||
type WindowSet = StackSet WorkspaceId Window ScreenId
|
||||
|
||||
-- | Virtual workspace indicies
|
||||
newtype WorkspaceId = W Int deriving (Eq,Ord,Show,Enum,Num,Integral,Real)
|
||||
newtype WorkspaceId = W Int deriving (Eq,Ord,Show,Read,Enum,Num,Integral,Real)
|
||||
|
||||
-- | Physical screen indicies
|
||||
newtype ScreenId = S Int deriving (Eq,Ord,Show,Enum,Num,Integral,Real)
|
||||
newtype ScreenId = S Int deriving (Eq,Ord,Show,Read,Enum,Num,Integral,Real)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user