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 } } } ]