session: fix exclusivity

This commit is contained in:
2 * r + 2 * t 2025-02-19 12:58:51 +11:00
parent db2eb87bba
commit 7c8c4dd2b6

View file

@ -25,6 +25,7 @@ export default () => (
className="session" className="session"
name="session" name="session"
anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.BOTTOM | Astal.WindowAnchor.RIGHT} anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.BOTTOM | Astal.WindowAnchor.RIGHT}
exclusivity={Astal.Exclusivity.IGNORE}
keymode={Astal.Keymode.EXCLUSIVE} keymode={Astal.Keymode.EXCLUSIVE}
layer={Astal.Layer.OVERLAY} layer={Astal.Layer.OVERLAY}
borderWidth={0} // Don't need border width cause takes up entire screen borderWidth={0} // Don't need border width cause takes up entire screen