aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Image.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Util/Image.hs')
-rw-r--r--XMonad/Util/Image.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/Image.hs b/XMonad/Util/Image.hs
index ff0ecdc..554ba58 100644
--- a/XMonad/Util/Image.hs
+++ b/XMonad/Util/Image.hs
@@ -29,7 +29,7 @@ data Placement = OffsetLeft Int Int -- ^ An exact amount of pixels from the up
| CenterLeft Int -- ^ Centered in the y-axis, an amount of pixels from the left
| CenterRight Int -- ^ Centered in the y-axis, an amount of pixels from the right
deriving (Show, Read)
-
+
-- $usage
-- This module uses matrices of boolean values as images. When drawing them,
-- a True value tells that we want the fore color, and a False value that we