fix typo in post

This commit is contained in:
Dominic Reich 2023-06-17 22:42:13 +02:00
parent 5664417e66
commit 83b5c43cd7
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -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 <kbd>rc.conf</kdb>
### Enable sndio daemon in <kbd>rc.conf</kbd>
```conf
sndiod_enable="YES"
@ -34,7 +34,7 @@ sndiod_enable="YES"
Eventually run `doas service sndiod start`.
### Settings in `sysctl.conf`
### Settings in <kbd>sysctl.conf</kbd>
```conf
kern.sched.preempt_thresh=224