Skip to content

Commit

Permalink
change overlay to workspace as default in scale plugin (#2192)
Browse files Browse the repository at this point in the history
* change overlay to workspace

* change overlay to workspace

* change overlay to workspace

* Update scale.cpp

---------

Co-authored-by: killown <[email protected]>
  • Loading branch information
killown and killown authored Mar 10, 2024
1 parent bfce476 commit f1d8ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/scale/scale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ class wayfire_scale : public wf::per_output_plugin_instance_t,
// trigger an action in scale
last_selected_view = nullptr;

grab->grab_input(wf::scene::layer::OVERLAY);
grab->grab_input(wf::scene::layer::WORKSPACE);
if (current_focus_view != wf::get_core().seat->get_active_view())
{
wf::get_core().default_wm->focus_raise_view(current_focus_view);
Expand Down

0 comments on commit f1d8ed4

Please sign in to comment.