diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-07-28 15:17:56 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-07-28 15:17:56 +0200 |
commit | 9e6cb025b92f65e74927fe9ebcb08c8548fcae9c (patch) | |
tree | b80b0b975bc18fd2c4960271470e547a460e1d7d | |
parent | e364faee5e82583f75bc8dd18b6d18269c851cac (diff) | |
download | metatile-9e6cb025b92f65e74927fe9ebcb08c8548fcae9c.tar metatile-9e6cb025b92f65e74927fe9ebcb08c8548fcae9c.zip |
added workspaces to hs-boot (needed by XMonadContrib.Commands and possibly other modules)
darcs-hash:20070728131756-32816-87cea398d893723c29025a89d876f66a0a88c707
-rw-r--r-- | Config.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 8a04d59..6bb33b3 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -5,3 +5,4 @@ import XMonad borderWidth :: Dimension logHook :: X () numlockMask :: KeyMask +workspaces :: Int |