mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Apply hlint hints
All hints are applied in one single commit, as a commit per hint would result in 80+ separate commits—tihs is really just too much noise. Related: https://github.com/xmonad/xmonad-contrib/issues/537
This commit is contained in:
@@ -52,7 +52,7 @@ mateConfig = desktopConfig
|
||||
, keys = mateKeys <+> keys desktopConfig
|
||||
, startupHook = mateRegister >> startupHook desktopConfig }
|
||||
|
||||
mateKeys (XConfig {modMask = modm}) = M.fromList $
|
||||
mateKeys XConfig{modMask = modm} = M.fromList
|
||||
[ ((modm, xK_p), mateRun)
|
||||
, ((modm, xK_d), unGrab >> matePanel "MAIN_MENU")
|
||||
, ((modm .|. shiftMask, xK_q), mateLogout) ]
|
||||
|
Reference in New Issue
Block a user