We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e711ae4 commit c845b36Copy full SHA for c845b36
src/core/keybindings.c
@@ -3162,7 +3162,7 @@ handle_move_to_center (MetaDisplay *display,
3162
MetaRectangle work_area;
3163
MetaRectangle frame_rect;
3164
3165
- meta_window_get_work_area_all_monitors (window, &work_area);
+ meta_window_get_work_area_current_monitor (window, &work_area);
3166
meta_window_get_frame_rect (window, &frame_rect);
3167
3168
meta_window_move_frame (window,
0 commit comments