fix: launchers should have exclusive focus

This commit is contained in:
2026-05-04 19:29:56 +02:00
parent ec7e2cd6fd
commit f83b7ce874

View File

@@ -82,7 +82,7 @@ class FuzzyMenu(Window):
name=window_name,
anchor="center",
monitor=monitor,
keyboard_mode="on-demand",
keyboard_mode="exclusive",
type="popup",
visible=False,
)