session: fix exclusivity
This commit is contained in:
parent
db2eb87bba
commit
7c8c4dd2b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue