adrienverge / gnome-magic-window

Bind a key to a specific program in Gnome Shell.
GNU General Public License v3.0
31 stars 8 forks source link

Ignore windows without titles #9

Closed mikecrowe closed 8 months ago

mikecrowe commented 2 years ago

Thunderbird displays "tooltip" popup windows containing the complete subject line of the message under the mouse pointer. These windows have w.title == null. Let's ignore such windows rather than causing an exception by trying to call a method on the null.

This means that gnome-magic-window bindings now work for me even when one of these popup windows is active.

adrienverge commented 8 months ago

@mikecrowe I didn't know you addressed my remark (I notice it thanks to https://github.com/adrienverge/gnome-magic-window/issues/14#issuecomment-1980073358), but it's great :+1:

Thanks for contributing (again)!