我想要一个针对 Gnome Shell/GTk/GObject 的应用程序窗口聚焦事件的全局事件监听器。
例如:
global.stage.connect("window-focused", (app) => log(app.get_id()))
我想要一个针对 Gnome Shell/GTk/GObject 的应用程序窗口聚焦事件的全局事件监听器。
例如:
global.stage.connect("window-focused", (app) => log(app.get_id()))