blob: fa83de5164b1fc752289bc356e94d1b0df0b69c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# <https://howthefu.cc/posts/04/index.html>
stream.rules = [
{
matches = [
{ application.name = "mpv" }
]
actions = {
update-props = {
state.restore-props = false
}
}
}
]
|