summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2025-06-20 21:32:27 +0200
committerJan Beich <jbeich@FreeBSD.org>2025-06-20 22:02:55 +0200
commita5f546cd7757158f4e6fd9d344b2ef003b22bf12 (patch)
tree3ad9dfb5b5902dceb06500cb2fb8e659821bfb44
parentx11-toolkits/como: unbreak Wayland after 8dc860e74057 (diff)
x11-toolkits/como: better document mac_priority(4) fix
-rw-r--r--x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h b/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h
index d8da4bb4a97b..74214de3cf54 100644
--- a/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h
+++ b/x11-toolkits/como/files/patch-como_base_wayland_app__singleton.h
@@ -1,7 +1,10 @@
+Allow using mac_priority(4) to avoid stutter during high load:
- Emulate SCHED_RESET_ON_FORK via pthread_atfork
- Switch to pthread_setschedparam as Linux sched_setscheduler
operates on threads contrary to POSIX
+Similar to picom, sway, hyprland. Also plasma6-kwin but not fixed yet.
+
--- como/base/wayland/app_singleton.h.orig 2024-02-27 13:02:31 UTC
+++ como/base/wayland/app_singleton.h
@@ -19,12 +19,16 @@ class app_singleton : public base::app_singleton (publ