diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-15 01:37:08 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-15 01:37:08 +0900 |
| commit | 70d01bb91cad1eafd6b72741198b3e04b999c290 (patch) | |
| tree | 6a429752948d4737254d56fcdabf8f9130136187 /ar/.config/pipewire | |
| parent | baea0d8b6fe8ecf15e67a7309dbc716f6846cb88 (diff) | |
created pipewire.conf.d/10-no-rtkit.conf, created wireplumber/
Diffstat (limited to 'ar/.config/pipewire')
| -rw-r--r-- | ar/.config/pipewire/pipewire.conf.d/10-no-rtkit.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ar/.config/pipewire/pipewire.conf.d/10-no-rtkit.conf b/ar/.config/pipewire/pipewire.conf.d/10-no-rtkit.conf new file mode 100644 index 0000000..9d5903f --- /dev/null +++ b/ar/.config/pipewire/pipewire.conf.d/10-no-rtkit.conf @@ -0,0 +1,10 @@ +context.modules = [ + { name = libpipewire-module-rt + args = { + rt.prio = 20 + rt.time.soft = -1 + rt.time.hard = -1 + } + flags = [ ifexists nofail ] + } +] |
