change eww to ags

This commit is contained in:
JuliaLange 2024-02-16 21:32:55 -08:00
parent 7b32e3330c
commit 48c4277b9d
7 changed files with 144 additions and 16 deletions

View file

@ -0,0 +1,7 @@
import { Switch } from "./modules/workspace-switch.js";
export default {
windows: [
Switch(1)
]
}