Hi, I want to create a highlight focus extension. It should extra highlight the window that just got focus by adding a colored border to the window.
How can my extension know a window got focus?
Mutter has a focus signal, but this signal is missing in shell-wm.c of gnome-shell. Is it possible to subscribe directly to mutter signals? Or can you recommend an alternative method?
Thanks,
Pim