diff options
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. |