X.H.FadeWindows: Default to opacity 1

This commit is contained in:
slotThe
2020-12-15 17:07:18 +01:00
parent bd9a79cb80
commit d6cc525500

View File

@@ -205,7 +205,7 @@ fadeWindowsLogHook h = withWindowSet $ \s -> do
forM_ visibleWins $ \w -> do
o <- userCodeDef (Opacity 1) (runQuery h w)
setOpacity w $ case o of
OEmpty -> 0.93
OEmpty -> 1
Opacity r -> r
-- | A 'handleEventHook' to handle fading and unfading of newly mapped