From e43cf41d6f029af8c3e8c656a70f22ab386b2f89 Mon Sep 17 00:00:00 2001 From: Omar Zeidan Date: Sat, 30 Dec 2017 10:21:29 +0100 Subject: Small bugfix for the move_to_X keybinds --- src/core/keybindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/keybindings.c') diff --git a/src/core/keybindings.c b/src/core/keybindings.c index a141e2c1..d126eb0c 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -2558,7 +2558,7 @@ handle_move_to_corner_backend (MetaDisplay *display, } meta_window_move_resize (window, - FALSE, + TRUE, new_x, new_y, window->rect.width, -- cgit v1.2.1