Skip to content

Commit a1c9ec1

Browse files
committed
add a note
1 parent bfc8afe commit a1c9ec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/protocols/xdg-activation.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ class wayfire_xdg_activation_protocol_impl : public wf::plugin_interface_t
156156
if (view)
157157
{
158158
last_view = wf::toplevel_cast(view); // might return nullptr
159+
//!! does not work for:
160+
// (1) layer-shell views
161+
// (2) (some) menus
159162
if (last_view)
160163
{
161164
last_view->connect(&on_view_unmapped);

0 commit comments

Comments
 (0)