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
|
Target w -> return $ Just w
|
||||||
DontTarget -> return Nothing
|
DontTarget -> return Nothing
|
||||||
NoTarget -> 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 -> X ()
|
||||||
maybeReplaceTarget window = do
|
maybeReplaceTarget window = do
|
||||||
|
Loading…
Reference in New Issue
Block a user