aboutsummaryrefslogtreecommitdiffstats
path: root/thunk.hs
diff options
context:
space:
mode:
Diffstat (limited to 'thunk.hs')
-rw-r--r--thunk.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/thunk.hs b/thunk.hs
index 9b63116..3a8f92b 100644
--- a/thunk.hs
+++ b/thunk.hs
@@ -10,8 +10,9 @@ import System.IO
import Graphics.X11.Xlib
import System.Process (runCommand)
import System.Exit
-import Thunk.Wm
-import Thunk.XlibExtras
+
+import Wm
+import XlibExtras
handler :: Event -> Wm ()
handler (MapRequestEvent {window = w}) = manage w