mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
X.H.FadeWindows: Default to opacity 1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user