diff options
-rw-r--r-- | xmonad.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,9 +51,6 @@ import XMonad.Prompt.XMonad import XMonad.Util.NamedScratchpad --- taffybar -import System.Taffybar.Hooks.PagerHints (pagerHints) - -- --replace handling import XMonad.Util.Replace (replace) import Control.Monad (when) @@ -94,7 +91,6 @@ main = do -- Do _not_ use "ewhm" here, this would add the ewhm hooks to the -- end of your custom hooks (esp. the startup hook) and this would -- overwrite the setWMName "LG3D" and some Java apps will not work. - $ pagerHints $ withUrgencyHook myDzenUrgencyConfig $ myConfig dzenStatusFile |