Created
January 24, 2025 10:38
-
-
Save tapir/3d794f405e1171858598b9db236d525b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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