[XMonad] Make inactive fade more intense

This commit is contained in:
Ivan Malison 2017-02-22 18:16:49 -08:00
parent 1c118dc1cb
commit 9a74d029e3
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.9
toggleFadeInactiveLogHook 0.65
, handleEventHook =
fullscreenEventHook +++ followIfNoMagicFocus +++ minimizeEventHook
, startupHook = myStartup