From: Azad <49314270+Akmadan23@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:23:43 +0000 (+0200) Subject: Add `lmms` (#185) X-Git-Tag: v0.2.0.2~134 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/03e62b9518b32b2acf6813258e4d7643163faa1d?ds=sidebyside Add `lmms` (#185) --- diff --git a/programs/lmms.json b/programs/lmms.json new file mode 100644 index 0000000..ef5070c --- /dev/null +++ b/programs/lmms.json @@ -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" + } + ] +}