Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GJS/Gnome 的包装器似乎没有公开“最小化”属性。有一个 get_maximized(),但这似乎没有返回我需要的信息。
使用 Gnome Applets 的 JavaScript 绑定,有没有办法让 MetaWindow 最小化?
https://developer.gnome.org/meta/stable/MetaWindow.html
最小化的属性在 Gjs 中公开。
在LookingGlass([Alt]+[F2],然后是“lg”)中试试这个:
global.screen.get_active_workspace().list_windows()[0].minimized