fix: launchers should have exclusive focus
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user