[XMonad] Set fading back to .9

This commit is contained in:
Ivan Malison 2017-03-01 19:22:28 -08:00
parent 70bfaa6567
commit 812e48aba9
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -70,7 +70,7 @@ main =
, focusedBorderColor = "#455a64"
, logHook =
updatePointer (0.5, 0.5) (0, 0) +++
toggleFadeInactiveLogHook 0.65
toggleFadeInactiveLogHook 0.9
, handleEventHook =
fullscreenEventHook +++ followIfNoMagicFocus +++ minimizeEventHook
, startupHook = myStartup