From: Johan Malm Date: Tue, 30 Jan 2024 18:06:21 +0000 (+0000) Subject: osd: restore preview at end of cycling X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=7704b595d3a3d668b33be27efeef1f18b27ab29f;p=proto%2Flabwc.git osd: restore preview at end of cycling ...so that sub-views are shown in front of root ones. --- diff --git a/src/input/keyboard.c b/src/input/keyboard.c index 3b0b6d96..4a68428b 100644 --- a/src/input/keyboard.c +++ b/src/input/keyboard.c @@ -56,6 +56,7 @@ keyboard_any_modifiers_pressed(struct wlr_keyboard *keyboard) static void end_cycling(struct server *server) { + osd_preview_restore(server); if (server->osd_state.cycle_view) { desktop_focus_view(server->osd_state.cycle_view, /*raise*/ true);