开发者

How to get a list of all open windows in KDE from CLI?

开发者 https://www.devze.com 2023-03-27 22:56 出处:网络
Is there a way to g开发者_开发知识库et a list of titles of all open windows in KDE from CLI?Found a solution:

Is there a way to g开发者_开发知识库et a list of titles of all open windows in KDE from CLI?


Found a solution:

wmctrl -l | awk '{print $4}'
0

精彩评论

暂无评论...
验证码 换一张
取 消