diff options
author | Roman Cheplyaka <roma@ro-che.info> | 2009-06-02 19:21:48 +0200 |
---|---|---|
committer | Roman Cheplyaka <roma@ro-che.info> | 2009-06-02 19:21:48 +0200 |
commit | 1606ba5951d9e1ffe1bde2068b90d55e9812e256 (patch) | |
tree | 4f51134f304b08d003a59b240f852d41434b48c5 /XMonad | |
parent | f7b667e78ad374558895d2c0cd8ce2138a2f84e6 (diff) | |
download | XMonadContrib-1606ba5951d9e1ffe1bde2068b90d55e9812e256.tar.gz XMonadContrib-1606ba5951d9e1ffe1bde2068b90d55e9812e256.tar.xz XMonadContrib-1606ba5951d9e1ffe1bde2068b90d55e9812e256.zip |
X.A.PhysicalScreens: fix typo
darcs-hash:20090602172148-3ebed-63594bd14ec6f89be1215da9ab469d6491ca1773.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Actions/PhysicalScreens.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/PhysicalScreens.hs b/XMonad/Actions/PhysicalScreens.hs index 10d192d..7fb4dc8 100644 --- a/XMonad/Actions/PhysicalScreens.hs +++ b/XMonad/Actions/PhysicalScreens.hs @@ -33,7 +33,7 @@ import Data.Function (on) {- $usage This module allows you name Xinerama screens from XMonad using their -physical location reletive to each other (as reported by Xinerama), +physical location relative to each other (as reported by Xinerama), rather than their @ScreenID@ s, which are arbitrarily determined by your X server and graphics hardware. |