diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2014-07-03 18:27:58 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2014-07-03 18:27:58 +0200 |
commit | 609bb9f9106bc806b362250c02a4aef6c5d0b2cd (patch) | |
tree | 7d266352640558d7d957d2147fd3d350c94a9709 | |
parent | 6a6dc927416c5c488aa73d3ee13f6640ed3b617e (diff) | |
download | xmonad-config-609bb9f9106bc806b362250c02a4aef6c5d0b2cd.tar.gz xmonad-config-609bb9f9106bc806b362250c02a4aef6c5d0b2cd.tar.xz xmonad-config-609bb9f9106bc806b362250c02a4aef6c5d0b2cd.zip |
remove stuff for taffybar
-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 |