diff --git a/src/modules/launcher/index.tsx b/src/modules/launcher/index.tsx index 973f5cd9..d355c79e 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];