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 | dfdb06dec1c54b82f4657a641bfae06c87022fce (patch) | |
tree | b80b0b975bc18fd2c4960271470e547a460e1d7d | |
parent | 7fbbcb2190f19d230e1f02fee0ae20fde8387a89 (diff) | |
download | xmonad-dfdb06dec1c54b82f4657a641bfae06c87022fce.tar.gz xmonad-dfdb06dec1c54b82f4657a641bfae06c87022fce.tar.xz xmonad-dfdb06dec1c54b82f4657a641bfae06c87022fce.zip |
added workspaces to hs-boot (needed by XMonadContrib.Commands and possibly other modules)
darcs-hash:20070728131756-32816-87cea398d893723c29025a89d876f66a0a88c707.gz
-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 |