diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/session.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |