feat: first draft of everything working single monitor with just mouse commands
This commit is contained in:
7
ambient.d.ts
vendored
7
ambient.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user