From a8f08efc150a0062125c89f423b3c9c572f9ce36 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Mon, 20 Aug 2007 13:36:58 +0200 Subject: switch WorkspaceId to String. darcs-hash:20070820113658-72aca-f27e89526a320a9426a359cd88a4a74567283417.gz --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 087e76a..054efce 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 = [0..8] +workspaces = map (:"") ['1'..'9'] -- | -- modMask lets you specify which modkey you want to use. The default is -- cgit v1.2.3