From 83b5c43cd7ca82a3317d125ddda09d4729b4e145 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 17 Jun 2023 22:42:13 +0200 Subject: [PATCH] fix typo in post --- .../index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/2023-06-04-sound-flicking-and-stuttering-in-librewolf-firefox/index.md b/content/posts/2023-06-04-sound-flicking-and-stuttering-in-librewolf-firefox/index.md index 3ce9953..f5c0bf5 100644 --- a/content/posts/2023-06-04-sound-flicking-and-stuttering-in-librewolf-firefox/index.md +++ b/content/posts/2023-06-04-sound-flicking-and-stuttering-in-librewolf-firefox/index.md @@ -4,7 +4,7 @@ title = 'Sound flicking and stuttering in librewolf/firefox' summary = '''Finally. Normal sound in Librewolf on YouTube. This took quite a while for me to fix...''' date = '2023-06-04T17:03:20+0200' -# lastmod = '' +lastmod = '2023-06-17T20:48:16+0000' categories = [ 'computerstuff' ] tags = [ 'freebsd' ] @@ -26,7 +26,7 @@ I've also tried to set this to `oss` but it works better with `sndio`. ## System wide settings -### Enable sndio daemon in rc.conf +### Enable sndio daemon in rc.conf ```conf sndiod_enable="YES" @@ -34,7 +34,7 @@ sndiod_enable="YES" Eventually run `doas service sndiod start`. -### Settings in `sysctl.conf` +### Settings in sysctl.conf ```conf kern.sched.preempt_thresh=224