- This only works for systems that are using the X window system (most linux distributions and *BSD systems).
Label any window, and manage windows using labels.
To get help for the xlabel
command, type xlabel -h
in your terminal.
- You can only have one label for each window.
- Make sure you have
xdotool
installed. xlabel
is just a shell script, so just download it, make it executable and run it.
I needed a way to quickly switch between windows of the same application, but it may be used for other use cases too.
Because two windows can both have the same or similar title, but not belong to the same application.
That works fine for graphical applications, but it doesn't work for terminal applications.