To log active X window title
by Solo-Mia from LinuxQuestions.org on (#6PY4Z)
I want to have a log of X windows becoming active. Something like
Code:[2024-08-13 06:21:43] Terminal
[2024-08-13 06:26:12] Calendar
[2024-08-13 06:28:06] Lection 8 Part 2.mkv - mpvIs there some software for it?
I can do it with anacron + bash + xdotool. But I don't want to reinvent the wheel if something like this is available. Thank you.
Code:[2024-08-13 06:21:43] Terminal
[2024-08-13 06:26:12] Calendar
[2024-08-13 06:28:06] Lection 8 Part 2.mkv - mpvIs there some software for it?
I can do it with anacron + bash + xdotool. But I don't want to reinvent the wheel if something like this is available. Thank you.