]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Create gtk-3.json to handle .gtk-bookmarks (#361)
authorNicholas Hebert <68243838+n-hebert@users.noreply.github.com>
Wed, 21 Feb 2024 22:34:59 +0000 (18:34 -0400)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 22:34:59 +0000 (23:34 +0100)
* Create gtk-3.json to handle .gtk-bookmarks

* Add newline

programs/gtk-3.json [new file with mode: 0644]

diff --git a/programs/gtk-3.json b/programs/gtk-3.json
new file mode 100644 (file)
index 0000000..9227586
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.gtk-bookmarks",
+            "movable": true,
+            "help": "Can be moved to .config/gtk-3.0/bookmarks\n"
+        }
+    ],
+    "name": "gtk-3"
+}