launcher: ignore exclusivity

This commit is contained in:
2 * r + 2 * t 2025-03-30 14:06:46 +11:00
parent abcf099f87
commit 92dc0bcfdd

View file

@ -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];