From bccf8dd5f8e7db79b904f65c972940660edb6926 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 5 Sep 2007 20:28:16 +0000 Subject: [PATCH] Use show rather than string hacks --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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