forked from colonelpanic/dotfiles
[XMonad] Remove dead commented code
This commit is contained in:
parent
f14d94c5f7
commit
f714fdc031
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user