]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Create jack2.json to detect ~/.jackdrc (#369)
authorNicholas Hebert <68243838+n-hebert@users.noreply.github.com>
Wed, 21 Feb 2024 22:27:19 +0000 (18:27 -0400)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 22:27:19 +0000 (23:27 +0100)
https://github.com/jackaudio/jack2/blob/develop/common/JackServerGlobals.cpp#L166

programs/jack2.json [new file with mode: 0644]

diff --git a/programs/jack2.json b/programs/jack2.json
new file mode 100644 (file)
index 0000000..a039aec
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "jack2",
+    "files": [
+        {
+            "path": "$HOME/.jackdrc",
+            "movable": false,
+            "help": "Currently unsupported. Hardcoded value.\n"
+        }
+    ]
+}