aboutsummaryrefslogtreecommitdiffstats
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
commitc88548a65553b76a336f33fc08da731da7e784bd (patch)
treedf38c63bd3432e4a12a61b3f9bb22d2167378e81 /Config.hs-boot
parent90ff8ec37dc29fef4821edf452f7ef505c5e684d (diff)
downloadxmonad-c88548a65553b76a336f33fc08da731da7e784bd.tar.gz
xmonad-c88548a65553b76a336f33fc08da731da7e784bd.tar.xz
xmonad-c88548a65553b76a336f33fc08da731da7e784bd.zip
change workspaces to [WorkspaceId]
darcs-hash:20070814003722-72aca-523faa4ad29f664dd33331c0c03d2564ecde2b89.gz
Diffstat (limited to '')
-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]