xdotool: How to list all window names

You can list all window names using xdotool with the following command:

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

Check out similar posts by category: Linux