summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-08-14 02:37:22 +0200
committerDavid Roundy <droundy@darcs.net>2007-08-14 02:37:22 +0200
commit9396203717bdaa4280889530602b77b07b14b35c (patch)
treedf38c63bd3432e4a12a61b3f9bb22d2167378e81 /Config.hs-boot
parent43ce1fc018fbd3017c8fd0faadcbd8a63779b781 (diff)
downloadmetatile-9396203717bdaa4280889530602b77b07b14b35c.tar
metatile-9396203717bdaa4280889530602b77b07b14b35c.zip
change workspaces to [WorkspaceId]
darcs-hash:20070814003722-72aca-523faa4ad29f664dd33331c0c03d2564ecde2b89
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index 6bb33b3..ae05ea4 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -5,4 +5,4 @@ import XMonad
borderWidth :: Dimension
logHook :: X ()
numlockMask :: KeyMask
-workspaces :: Int
+workspaces :: [WorkspaceId]