]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add cinnamon (#196)
authorAttila Greguss <floyd0122@gmail.com>
Thu, 24 Nov 2022 11:25:11 +0000 (11:25 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 11:25:11 +0000 (12:25 +0100)
Fixes https://github.com/b3nj5m1n/xdg-ninja/issues/194

programs/cinnamon.json [new file with mode: 0644]

diff --git a/programs/cinnamon.json b/programs/cinnamon.json
new file mode 100644 (file)
index 0000000..206a49a
--- /dev/null
@@ -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