diff --git a/src/modules/session.tsx b/src/modules/session.tsx index 1c58d48f..4f4a9870 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