From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:46:10 +0000 (+0200) Subject: Merge pull request #299 from karma-riuk/cups X-Git-Tag: v0.2.0.2~48 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9a47529f268027fd56ca497dc6f97932fc3f1447?hp=33b6491dd4561f134a89a22db5513df27219a15e Merge pull request #299 from karma-riuk/cups --- diff --git a/programs/cups.json b/programs/cups.json index 5620087..c947d24 100644 --- a/programs/cups.json +++ b/programs/cups.json @@ -1,10 +1,10 @@ { - "name": "CUPS", - "files": [ - { - "path": "$HOME/.cups", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n" - } - ] + "name": "CUPS", + "files": [ + { + "path": "$HOME/.cups", + "movable": true, + "help": "Supported.\n\nThe file $HOME/.cups can be moved to $XDG_CONFIG_HOME/cups.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n" + } + ] }