summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-30 14:06:46 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-30 14:06:46 +1100
commit92dc0bcfdd0e789ab3398615f24ea16e60781e34 (patch)
tree1fb14d4b786513283413405e0a71d43f24116890
parentsystem: fix directory monitor (diff)
downloadcaelestia-shell-92dc0bcfdd0e789ab3398615f24ea16e60781e34.tar.gz
caelestia-shell-92dc0bcfdd0e789ab3398615f24ea16e60781e34.tar.bz2
caelestia-shell-92dc0bcfdd0e789ab3398615f24ea16e60781e34.zip
launcher: ignore exclusivity
-rw-r--r--src/modules/launcher/index.tsx1
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];