diff --git a/extension.js b/extension.js index 6f5a0e3..29ac528 100644 --- a/extension.js +++ b/extension.js @@ -92,6 +92,7 @@ function requestMinimize(app) { } else { _log("Not minimizing due to config"); } +} // Move window to specified location and size. // On paper, the move_resize_frame should not need the preceding move_frame,