Update CHANGELOG.md

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-03-06 08:07:42 +00:00
parent 53785e1e1c
commit 040cc107f8
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
* Marginally improve performance when resizing/opening/closing windows. (#1190)
* Type and format specifiers are no longer used in rules. These specifiers are what you put after the colon (':') in rules, e.g. the `:32c` in `"_GTK_FRAME_EXTENTS@:32c"`. Now this information is ignored and the property is matched regardless of format or type.
## Bug fixes
* Fix ghosting artifacts that sometimes occur when window manager is restarted (#1081)
## Dependency changes
* picom now optionally depends on `rtkit` at runtime to give itself realtime scheduling priority.