]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add `lmms` (#185)
authorAzad <49314270+Akmadan23@users.noreply.github.com>
Tue, 4 Oct 2022 17:23:43 +0000 (19:23 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 17:23:43 +0000 (19:23 +0200)
programs/lmms.json [new file with mode: 0644]

diff --git a/programs/lmms.json b/programs/lmms.json
new file mode 100644 (file)
index 0000000..ef5070c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "LMMS",
+    "files": [
+        {
+            "path": "$HOME/.lmmsrc.xml",
+            "movable": true,
+            "help": "Alias LMMS to use a custom configuration file:\n\n```bash\nlmms -c \"$XDG_CONFIG_HOME/lmms/lmmsrc.xml\"\n```\n"
+        }
+    ]
+}