From: Attila Greguss Date: Thu, 24 Nov 2022 11:25:11 +0000 (+0000) Subject: Add cinnamon (#196) X-Git-Tag: v0.2.0.2~116 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/ba0a2c537e6894a42b1d6e0b78c826682cb45358?ds=sidebyside Add cinnamon (#196) Fixes https://github.com/b3nj5m1n/xdg-ninja/issues/194 --- diff --git a/programs/cinnamon.json b/programs/cinnamon.json new file mode 100644 index 0000000..206a49a --- /dev/null +++ b/programs/cinnamon.json @@ -0,0 +1,35 @@ +{ + "name": "cinnamon", + "files": [ + { + "path": "$HOME/.cinnamon/spices.cache/", + "movable": true, + "help": "Supported since _5.6.0_.\n\nYou can either delete or move the folder to _XDG_CONFIG_HOME/cinnamon/spices_.\n" + }, + { + "path": "$HOME/.cinnamon/panel-launchers/", + "movable": true, + "help": "Supported since _5.6.0_.\n\nYou can move the folder to _XDG_DATA_HOME/cinnamon/panel-launchers_.\n" + }, + { + "path": "$HOME/.cinnamon/backgrounds/", + "movable": true, + "help": "Supported since _5.6.0_.\n\nYou can move the folder to _XDG_DATA_HOME/cinnamon/backgrounds_.\n" + }, + { + "path": "$HOME/.cinnamon/configs/", + "movable": true, + "help": "Supported since _5.6.0_.\n\nYou can move the folder to _XDG_CONFIG_HOME/cinnamon/spices_.\n" + }, + { + "path": "$HOME/.cinnamon/glass.log", + "movable": true, + "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _XDG_STATE_HOME/cinnamon/glass.log_.\n" + }, + { + "path": "$HOME/.cinnamon/harvester.log", + "movable": true, + "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _XDG_STATE_HOME/cinnamon/harvester.log_.\n" + } + ] +} \ No newline at end of file