From f714fdc031cc41b3b3079b51d51412733da3b324 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Aug 2017 19:13:40 -0700 Subject: [PATCH] [XMonad] Remove dead commented code --- dotfiles/xmonad/xmonad.hs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index beebd3b6..3884db4e 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -694,12 +694,6 @@ getTarget = do Target w -> return $ Just w DontTarget -> return Nothing NoTarget -> return Nothing - -- join $ withFocusedD Nothing $ \w -> do - -- vClass <- getClass w - -- return $ - -- if vClass == "Chrome" - -- then Just w - -- else Nothing maybeReplaceTarget :: Window -> X () maybeReplaceTarget window = do