diff options
-rw-r--r-- | XMonad/Actions/UpdatePointer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/UpdatePointer.hs b/XMonad/Actions/UpdatePointer.hs index 4a67112..61df4c8 100644 --- a/XMonad/Actions/UpdatePointer.hs +++ b/XMonad/Actions/UpdatePointer.hs @@ -45,7 +45,7 @@ import Control.Monad -- To use this with an existing logHook, use >> : -- -- > logHook = dynamicLog --- > >> updatePointer (RelativePosition 1 1) +-- > >> updatePointer (Relative 1 1) -- -- which moves the pointer to the bottom-right corner of the focused window. |