test commit to see if it mirrors properly because apparently it is not

This commit is contained in:
gnat 2024-10-12 00:56:31 -07:00
parent 9d44a0ef14
commit 3f85d85da3

View File

@ -5,5 +5,5 @@ return Astal.Window({
name = "bar", name = "bar",
anchor = Astal.WindowAnchor.TOP + Astal.WindowAnchor.LEFT + Astal.WindowAnchor.RIGHT, anchor = Astal.WindowAnchor.TOP + Astal.WindowAnchor.LEFT + Astal.WindowAnchor.RIGHT,
exclusivity = "EXCLUSIVE", exclusivity = "EXCLUSIVE",
child = workspaces, child = workspaces,
}) })