From 7c8c4dd2b6a18c3a3f0bc206740c7c6c4212491f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:58:51 +1100 Subject: session: fix exclusivity --- src/modules/session.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/session.tsx b/src/modules/session.tsx index 1c58d48..4f4a987 100644 --- a/src/modules/session.tsx +++ b/src/modules/session.tsx @@ -25,6 +25,7 @@ export default () => ( className="session" name="session" anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.BOTTOM | Astal.WindowAnchor.RIGHT} + exclusivity={Astal.Exclusivity.IGNORE} keymode={Astal.Keymode.EXCLUSIVE} layer={Astal.Layer.OVERLAY} borderWidth={0} // Don't need border width cause takes up entire screen -- cgit v1.2.3-freya