Skip to content

Instantly share code, notes, and snippets.

@dmwit
Created September 6, 2020 15:01
Show Gist options
  • Save dmwit/2192f7e1b8ddf487a82d4344ff99fb26 to your computer and use it in GitHub Desktop.
Save dmwit/2192f7e1b8ddf487a82d4344ff99fb26 to your computer and use it in GitHub Desktop.
the barest UpdatePointer config
import XMonad
import XMonad.Actions.UpdatePointer
main = xmonad def
{ logHook = updatePointer (0.5, 0.5) (1, 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment