Skip to content

Instantly share code, notes, and snippets.

@tapir
Created January 24, 2025 10:38
Show Gist options
  • Save tapir/3d794f405e1171858598b9db236d525b to your computer and use it in GitHub Desktop.
Save tapir/3d794f405e1171858598b9db236d525b to your computer and use it in GitHub Desktop.
node.rules = [
{
matches = [
{
node.name = "~ardour*"
}
]
actions = {
update-props = {
node.autoconnect = false
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment