From 7704b595d3a3d668b33be27efeef1f18b27ab29f Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Tue, 30 Jan 2024 18:06:21 +0000 Subject: [PATCH] osd: restore preview at end of cycling ...so that sub-views are shown in front of root ones. --- src/input/keyboard.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.52.0