Workspaces now show up on their appropriate monitors. (#681)

* Workspaces now show up on their appropriate monitors.

* Fixed undefined rules showing up.
This commit is contained in:
Jas Singh
2024-12-31 01:33:40 -08:00
committed by GitHub
parent d2e02f553a
commit 5f72b4f5e1
17 changed files with 576 additions and 425 deletions

View File

@@ -1,6 +1,7 @@
import { EventBox } from 'astal/gtk3/widget';
import Variable from 'astal/variable';
type GlobalEventBoxes = {
[key: string]: unknown;
[key: string]: EventBox;
};
export const globalEventBoxes: Variable<GlobalEventBoxes> = Variable({});