diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Hooks/SetWMName.hs | 2 | ||||
-rw-r--r-- | XMonad/Util/XSelection.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Hooks/SetWMName.hs b/XMonad/Hooks/SetWMName.hs index b3b5585..8700f8f 100644 --- a/XMonad/Hooks/SetWMName.hs +++ b/XMonad/Hooks/SetWMName.hs @@ -23,7 +23,7 @@ -- 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 diff --git a/XMonad/Util/XSelection.hs b/XMonad/Util/XSelection.hs index 2ca2f28..fb9c620 100644 --- a/XMonad/Util/XSelection.hs +++ b/XMonad/Util/XSelection.hs @@ -12,7 +12,7 @@ -- A module for accessing and manipulating the X Window mouse selection (used in copy and pasting). -- getSelection and putSelection are adaptations of Hxsel.hs and Hxput.hs from XMonad-utils, available: -- --- $ darcs get "http:\/\/gorgias.mine.nu\/repos\/xmonad-utils" +-- $ darcs get <http://gorgias.mine.nu/repos/xmonad-utils> ----------------------------------------------------------------------------- module XMonad.Util.XSelection ( |