aboutsummaryrefslogtreecommitdiff
path: root/.config/wireplumber/main.lua.d/50-disable-suspend.lua
blob: 9b731a0273904d30eb01e132df9cc6a7fffca470 (plain)
1
2
3
4
5
6
7
8
table.insert(alsa_monitor.rules, {
	matches = {
		{ { "node.name", "matches", "alsa_input.*" }, },
		{ { "node.name", "matches", "alsa_output.*" }, },
	},
	apply_properties = { ["session.suspend-timeout-seconds"] = 0, },
});