Wayland KDE: Add support for background_blur under kwin using a kwin private Wayland protocol

This commit is contained in:
Kovid Goyal
2024-03-22 13:41:44 +05:30
parent 9df7460fe1
commit 1c9f9a74e8
16 changed files with 149 additions and 100 deletions

View File

@@ -54,6 +54,8 @@ Detailed list of changes
- Wayland: Support preferred integer scales
- Wayland KDE: Support :opt:`background_blur`
- A new option :opt:`terminfo_type` to allow passing the terminfo database embedded into the :envvar:`TERMINFO` env var directly instead of via a file
- Mouse reporting: Fix drag release event outside the window not being reported in legacy mouse reporting modes (:iss:`7244`)