diff options
author | David Roundy <droundy@darcs.net> | 2007-08-14 02:37:22 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-08-14 02:37:22 +0200 |
commit | 9396203717bdaa4280889530602b77b07b14b35c (patch) | |
tree | df38c63bd3432e4a12a61b3f9bb22d2167378e81 /Config.hs-boot | |
parent | 43ce1fc018fbd3017c8fd0faadcbd8a63779b781 (diff) | |
download | metatile-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-boot | 2 |
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] |