mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
This was only used in three places throughout the module and is sort of non-standard terminology, hence it might confuse users. Talking about functions of type XConfig Layout -> M.Map (ButtonMask, KeySym) (X ()) is relatively standard in other modules as well, so it's probably best to remove the type alias for it.