summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-05 22:28:16 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-05 22:28:16 +0200
commit9e5b3a1720f4447a86be56fe2cc87a61d9d3a545 (patch)
tree1209f356b4711ba275c6d6d80925ff7546304405 /Config.hs
parentd2d5bd55a56d779f9e06d081a72a8cd9428121f5 (diff)
downloadmetatile-9e5b3a1720f4447a86be56fe2cc87a61d9d3a545.tar
metatile-9e5b3a1720f4447a86be56fe2cc87a61d9d3a545.zip
Use show rather than string hacks
darcs-hash:20070905202816-a5988-b57e622e85cbd0ac2134416b964dd36ae65ab826
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 054efce..d42bcef 100644
--- a/Config.hs
+++ b/Config.hs
@@ -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