From: Nicholas Hebert <68243838+n-hebert@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:34:59 +0000 (-0400) Subject: Create gtk-3.json to handle .gtk-bookmarks (#361) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9e5bd123da28c1e0c4ad1090753f5daff4010dce Create gtk-3.json to handle .gtk-bookmarks (#361) * Create gtk-3.json to handle .gtk-bookmarks * Add newline --- diff --git a/programs/gtk-3.json b/programs/gtk-3.json new file mode 100644 index 0000000..9227586 --- /dev/null +++ b/programs/gtk-3.json @@ -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" +}