mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
reduce minimum delay to 25ms
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user