]> code.delx.au - dotfiles/commitdiff
xmonad: remove ediff rule since I now keep it in the same emacs frame
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Aug 2016 12:27:58 +0000 (22:27 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 25 Aug 2016 12:28:34 +0000 (22:28 +1000)
.xmonad/xmonad.hs

index dd296bdf7869d82f07ab557cca2309d91d29f93c..262cd09eb0fa62dc174862aa33ff6f2ff073123f 100644 (file)
@@ -83,7 +83,6 @@ myManageHook =
         (isSkipTaskBar -?> doFloat),
         (isDialog -?> doFloatAt 0.1 0.1),
         (isFullscreen -?> doFullFloat),
-        ((className =? "Emacs" <&&> resource =? "Ediff") -?> doFloat),
         (fmap Just $ doF avoidMaster)
     ]