Skip to content

Commit

Permalink
vswitch: refocus when switching is done with overlay view
Browse files Browse the repository at this point in the history
Fixes #1817
  • Loading branch information
ammen99 committed Aug 24, 2023
1 parent 063e05d commit c1aa31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/vswitch/wayfire/plugins/vswitch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class workspace_switch_t
output->emit(&data);

set_overlay_view(nullptr);
output->refocus();
}
};

Expand Down

0 comments on commit c1aa31a

Please sign in to comment.