aboutsummaryrefslogtreecommitdiffstats
path: root/XPropManage.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-10-12 12:04:16 +0200
committerAndrea Rossato <andrea.rossato@unibz.it>2007-10-12 12:04:16 +0200
commitfe11b00948317af6f11bf17432bf4683694f2294 (patch)
treea3be3ad65c05ffcd34ffa61ca208f27198e5926e /XPropManage.hs
parent2f71ea564022ea66b4c1863b4a980e76c5cae0d2 (diff)
downloadXMonadContrib-fe11b00948317af6f11bf17432bf4683694f2294.tar.gz
XMonadContrib-fe11b00948317af6f11bf17432bf4683694f2294.tar.xz
XMonadContrib-fe11b00948317af6f11bf17432bf4683694f2294.zip
Haddock fixes
darcs-hash:20071012100416-32816-049c57f0dbc5d794db1b66295429ba6cd5b7b160.gz
Diffstat (limited to 'XPropManage.hs')
-rw-r--r--XPropManage.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XPropManage.hs b/XPropManage.hs
index e64d790..e946832 100644
--- a/XPropManage.hs
+++ b/XPropManage.hs
@@ -29,6 +29,7 @@ import XMonad
-- $usage
--
-- Add something like the following lines to Config.hs to use this module
+--
-- > import XMonadContrib.XPropManage
--
-- > manageHook = xPropManageHook xPropMatches
@@ -51,7 +52,7 @@ import XMonad
-- a function to apply in 'windows' (see Operations.hs). So if the action does only work on the
-- WindowSet use just 'pmP function'.
--
--- *1 You can get the available properties of an application with the xprop utility. STRING properties
+-- \*1 You can get the available properties of an application with the xprop utility. STRING properties
-- should work fine. Others might not work.
--