如何在 Gnome Shell 中监听全局应用程序窗口聚焦事件

如何在 Gnome Shell 中监听全局应用程序窗口聚焦事件

我想要一个针对 Gnome Shell/GTk/GObject 的应用程序窗口聚焦事件的全局事件监听器。

例如:

global.stage.connect("window-focused", (app) => log(app.get_id()))

相关内容