Skip to content

Commit

Permalink
switcher: fix unloading/shutdown while active
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Apr 4, 2024
1 parent 5e4490f commit 1c05994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/single_plugins/switcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ class WayfireSwitcher : public wf::per_output_plugin_instance_t, public wf::keyb
{
if (output->is_plugin_active(grab_interface.name))
{
input_grab->ungrab_input();
deinit_switcher();
}

Expand Down

0 comments on commit 1c05994

Please sign in to comment.