diff options
| -rw-r--r-- | src/modules/launcher/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/launcher/index.tsx b/src/modules/launcher/index.tsx index 973f5cd..d355c79 100644 --- a/src/modules/launcher/index.tsx +++ b/src/modules/launcher/index.tsx @@ -67,6 +67,7 @@ export default class Launcher extends PopupWindow { anchor: Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.BOTTOM | Astal.WindowAnchor.RIGHT, keymode: Astal.Keymode.EXCLUSIVE, + exclusivity: Astal.Exclusivity.IGNORE, borderWidth: 0, onKeyPressEvent(_, event) { const keyval = event.get_keyval()[1]; |