reduce minimum delay to 25ms

This commit is contained in:
Ethan Lindemann-Michael
2020-05-11 15:42:17 -07:00
parent 8cdf9463b6
commit 1889cced37
4 changed files with 3 additions and 3 deletions

View File

@@ -634,7 +634,7 @@ function windowGrabBegin(meta_display, meta_screen, meta_window, meta_grab_op, g
}
if (meta_window.resizeable && config.preview.enabled) {
app.origFrameRect = app.get_frame_rect();
Mainloop.timeout_add(500, function () {
Mainloop.timeout_add(config.preview.delay, function () {
checkIfNearGrid(app);
});
}