From 41651130bb0394a568a1c89a33334ff0094004fe Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 9 Dec 2007 13:32:27 +0100 Subject: SetWMName: haddock fixes darcs-hash:20071209123227-32816-57806bc38b59cff3821a764115209da4e91292c9.gz --- XMonad/Hooks/SetWMName.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/XMonad/Hooks/SetWMName.hs b/XMonad/Hooks/SetWMName.hs index e6510b5..b3b5585 100644 --- a/XMonad/Hooks/SetWMName.hs +++ b/XMonad/Hooks/SetWMName.hs @@ -17,7 +17,7 @@ -- 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 x .|. 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) @@ -30,6 +30,9 @@ -- 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 -- fails miserably by guessing absolutely bogus values. +-- +-- For detailed instructions on editing your key bindings, see +-- "XMonad.Doc.Extending#Editing_key_bindings". ----------------------------------------------------------------------------- module XMonad.Hooks.SetWMName ( -- cgit v1.2.3