mirror of
https://github.com/zoriya/fairy.git
synced 2025-12-06 05:36:09 +00:00
Allow keybinds to be used when the overview is opened
This commit is contained in:
@@ -28,7 +28,7 @@ var KeyboardManager = GObject.registerClass(
|
||||
key,
|
||||
settings,
|
||||
Meta.KeyBindingFlags.IGNORE_AUTOREPEAT,
|
||||
Shell.ActionMode.NORMAL,
|
||||
Shell.ActionMode.NORMAL | Shell.ActionMode.OVERVIEW,
|
||||
action
|
||||
);
|
||||
}
|
||||
|
||||
@@ -394,6 +394,13 @@ var Renderer = GObject.registerClass(
|
||||
size.width,
|
||||
size.height
|
||||
);
|
||||
// Doing a simple move after because gnome ignore move_resize calls if the available space is less
|
||||
// then what the application requests.
|
||||
window.handle.move_frame(
|
||||
true,
|
||||
monGeo.x + size.x,
|
||||
monGeo.y + size.y,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user