diff options
Diffstat (limited to 'modules/launcher.tsx')
| -rw-r--r-- | modules/launcher.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/launcher.tsx b/modules/launcher.tsx index 20b7c0d..0768539 100644 --- a/modules/launcher.tsx +++ b/modules/launcher.tsx @@ -363,7 +363,6 @@ export default class Launcher extends PopupWindow { super({ name: "launcher", keymode: Astal.Keymode.EXCLUSIVE, - exclusivity: Astal.Exclusivity.IGNORE, onKeyPressEvent(_, event) { const keyval = event.get_keyval()[1]; // Focus entry on typing |