xdotool:如何列出所有窗口名称

你可以使用 xdotool 通过以下命令列出所有窗口名称:

list_windows.sh
xdotool search --onlyvisible --name "" getwindowname %@

Check out similar posts by category: Linux