Use show rather than string hacks

This commit is contained in:
Spencer Janssen
2007-09-05 20:28:16 +00:00
parent 41e3b073c8
commit bccf8dd5f8

View File

@@ -33,7 +33,7 @@ import Graphics.X11.Xlib
-- The number of workspaces (virtual screens, or window groups)
--
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