aboutsummarylogtreecommitdiffstats
path: root/51-samsung-galaxybook-audio.conf
blob: 19eeb88962c4b740b4b29436bd0c9a90745572b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Keep ALSA outputs awake so the Samsung Galaxy Book speaker amplifier state is not lost.
monitor.alsa.rules = [
  {
    matches = [
      {
        node.name = "~alsa_output.*"
      }
    ]
    actions = {
      update-props = {
        session.suspend-timeout-seconds = 0
      }
    }
  }
]