From 1edf73036adf0f17e6ac4808a2a35d768d80db86 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 18 Mar 2022 17:47:40 -0600 Subject: Add experimental motion events. Not super useful at the moment, but might be in the future. --- src/Main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index f70496c..cda3ae2 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -13,6 +13,7 @@ import Data.Monoid import Internal.XMobarLog import Internal.Keys import Internal.Layout +import Internal.Logger import Internal.DMenu (menuCommandString) import qualified XMonad as X -- cgit