aboutsummaryrefslogtreecommitdiffstats
path: root/SetWMName.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 /SetWMName.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 'SetWMName.hs')
-rw-r--r--SetWMName.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/SetWMName.hs b/SetWMName.hs
index da7af3d..6eddda6 100644
--- a/SetWMName.hs
+++ b/SetWMName.hs
@@ -17,18 +17,18 @@
-- Remember that you need to call the setWMName action yourself (at least until
-- we have startup hooks). E.g., you can bind it in your Config.hs:
--
--- ((modMask .|. controlMask .|. shiftMask, xK_z), setWMName "LG3D") -- @@ Java hack
+-- > ((modMask .|. controlMask .|. shiftMask, xK_z), setWMName "LG3D") -- @@ Java hack
--
-- and press the key combination before running the Java programs (you only
-- need to do it once per XMonad execution)
--
-- For details on the problems with running Java GUI programs in non-reparenting
--- WMs, see <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6429775> and
+-- WMs, see "http:\/\/bugs.sun.com\/bugdatabase\/view_bug.do?bug_id=6429775" and
-- related bugs.
--
-- Setting WM name to "compiz" does not solve the problem, because of yet
-- another bug in AWT code (related to insets). For LG3D insets are explicitly
--- set to 0, while for other WMs the insets are "guessed" and the algorithm
+-- set to 0, while for other WMs the insets are \"guessed\" and the algorithm
-- fails miserably by guessing absolutely bogus values.
-----------------------------------------------------------------------------