fix typo in post
This commit is contained in:
parent
5664417e66
commit
83b5c43cd7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue