mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Print a message for unhandled events
This commit is contained in:
parent
160f07a47c
commit
9a5523d53c
2
Main.hs
2
Main.hs
@ -124,7 +124,7 @@ handle e@(ConfigureRequestEvent {}) = do
|
|||||||
}
|
}
|
||||||
io $ sync dpy False
|
io $ sync dpy False
|
||||||
|
|
||||||
handle _ = return ()
|
handle e = trace (eventName e) -- return ()
|
||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Managing windows
|
-- Managing windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user