From 4c34944d76770f26236a542dce0f85b0b975433e Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Thu, 18 Jan 2024 14:17:49 +0000 Subject: [PATCH] Update CHANGELOG.md I forgot to mention the priviledge needed for real-time scheduling. Signed-off-by: Yuxuan Shui --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570ea84..f94458f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ * Dependency `pcre` has been replaced by `pcre2`. * New dependency `xcb-util`. * `xinerama` is no longer used. +* `picom` now tries to give itself a real-time scheduling priority. Please consider giving `picom` the `CAP_SYS_NICE` capacity when packaging it. ## Deprecations