We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc8afe commit a1c9ec1Copy full SHA for a1c9ec1
plugins/protocols/xdg-activation.cpp
@@ -156,6 +156,9 @@ class wayfire_xdg_activation_protocol_impl : public wf::plugin_interface_t
156
if (view)
157
{
158
last_view = wf::toplevel_cast(view); // might return nullptr
159
+ //!! does not work for:
160
+ // (1) layer-shell views
161
+ // (2) (some) menus
162
if (last_view)
163
164
last_view->connect(&on_view_unmapped);
0 commit comments