mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-04 06:01:52 -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
|
forM_ visibleWins $ \w -> do
|
||||||
o <- userCodeDef (Opacity 1) (runQuery h w)
|
o <- userCodeDef (Opacity 1) (runQuery h w)
|
||||||
setOpacity w $ case o of
|
setOpacity w $ case o of
|
||||||
OEmpty -> 0.93
|
OEmpty -> 1
|
||||||
Opacity r -> r
|
Opacity r -> r
|
||||||
|
|
||||||
-- | A 'handleEventHook' to handle fading and unfading of newly mapped
|
-- | A 'handleEventHook' to handle fading and unfading of newly mapped
|
||||||
|
Reference in New Issue
Block a user