feat: first draft of everything working single monitor with just mouse commands

This commit is contained in:
Lucas Oskorep
2025-04-18 01:57:29 -04:00
parent 185a8e233c
commit e1e240924a
12 changed files with 545 additions and 376 deletions

7
ambient.d.ts vendored
View File

@@ -2,3 +2,10 @@ import "@girs/gjs";
import "@girs/gjs/dom";
import "@girs/gnome-shell/ambient";
import "@girs/gnome-shell/extensions/global";
// Extend Meta.Window with our custom property
declare namespace Meta {
interface Window {
_aerospikeData?: any;
}
}