diff --git a/XMonad/Config/Example.hs b/XMonad/Config/Example.hs index b8d55b76..b9a9a941 100644 --- a/XMonad/Config/Example.hs +++ b/XMonad/Config/Example.hs @@ -72,8 +72,8 @@ myManageHook = composeOne [ className =? "Pidgin" -?> doFloat , className =? "XCalc" -?> doFloat , className =? "mpv" -?> doFloat - + ] <+> composeOne -- Handle floating windows: - , transience -- move transient windows to their parent + [ transience -- move transient windows to their parent , isDialog -?> doCenterFloat ]