From 4665fbc6731c651d9c99308e0d0d74721de3eb39 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Fri, 12 May 2023 10:48:01 +0200 Subject: [PATCH] make element non faded --- users/ellmau/conf/xmonad/xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/users/ellmau/conf/xmonad/xmonad.hs b/users/ellmau/conf/xmonad/xmonad.hs index 479ba5a..4cbdaae 100644 --- a/users/ellmau/conf/xmonad/xmonad.hs +++ b/users/ellmau/conf/xmonad/xmonad.hs @@ -172,6 +172,7 @@ fadeHook act inact = fadeOutLogHook $ fadeAllBut exceptions act inact <||> className =? "Chromium-browser" <||> className =? "Emacs" <||> className =? "thunderbird" + <||> className =? "element" fadeAllBut :: Query Bool -> Rational -> Rational -> Query Rational fadeAllBut qry amt inact = do isInactive <- isUnfocused