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