From 128ec624210d1875224f53b1b2f72b196ce40ff0 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 5 Sep 2007 22:28:16 +0200 Subject: Use show rather than string hacks darcs-hash:20070905202816-a5988-b57e622e85cbd0ac2134416b964dd36ae65ab826.gz --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.hs') 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 -- cgit v1.2.3