diff options
-rw-r--r-- | XMonad/Operations.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs index 79feba1..c2e4b1a 100644 --- a/XMonad/Operations.hs +++ b/XMonad/Operations.hs @@ -142,6 +142,7 @@ windows f = do isMouseFocused <- asks mouseFocused unless isMouseFocused $ clearEvents enterWindowMask asks (logHook . config) >>= userCodeDef () + gets windowset >>= trace . show -- | Produce the actual rectangle from a screen and a ratio on that screen. scaleRationalRect :: Rectangle -> W.RationalRect -> Rectangle |