mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 06:31:54 -07:00
Use show rather than string hacks
This commit is contained in:
@@ -33,7 +33,7 @@ import Graphics.X11.Xlib
|
|||||||
-- The number of workspaces (virtual screens, or window groups)
|
-- The number of workspaces (virtual screens, or window groups)
|
||||||
--
|
--
|
||||||
workspaces :: [WorkspaceId]
|
workspaces :: [WorkspaceId]
|
||||||
workspaces = map (:"") ['1'..'9']
|
workspaces = map show [1 .. 9 :: Int]
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
-- modMask lets you specify which modkey you want to use. The default is
|
-- modMask lets you specify which modkey you want to use. The default is
|
||||||
|
Reference in New Issue
Block a user