From 03e62b9518b32b2acf6813258e4d7643163faa1d Mon Sep 17 00:00:00 2001 From: Azad <49314270+Akmadan23@users.noreply.github.com> Date: Tue, 4 Oct 2022 19:23:43 +0200 Subject: [PATCH] Add `lmms` (#185) --- programs/lmms.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/lmms.json 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" + } + ] +} -- 2.47.3