Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands/opacity: Call output_configure_scene on updated container
Calling container_update() wasn't enough: If there is no visible window decorations (title bar, borders) container_update would basically no-op and the scene wouldn't repaint with the update alpha. By also calling output_configure_scene() we force a call to wlr_scene_buffer_set_opacity() thus ensuring we update the scene. Closes: swaywm#8580
- Loading branch information