diff --git a/src/boomer.nim b/src/boomer.nim index 8b62b9d..40b824f 100644 --- a/src/boomer.nim +++ b/src/boomer.nim @@ -156,7 +156,6 @@ proc main() = swa.event_mask = ButtonPressMask or ButtonReleaseMask or KeyPressMask or PointerMotionMask or ExposureMask or ClientMessage - # TODO(#8): the window should be the size of the screen var win = XCreateWindow( display, root, 0, 0, screenshot.width.cuint, screenshot.height.cuint, 0,