From 8aaf66aaf9b1cdadcfe2b7d4435af0fb397fdcd8 Mon Sep 17 00:00:00 2001 From: flexagoon Date: Mon, 12 Feb 2024 10:56:39 +0300 Subject: [PATCH] add gconf --- programs/gconf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/gconf.json diff --git a/programs/gconf.json b/programs/gconf.json new file mode 100644 index 00000000..b8521abd --- /dev/null +++ b/programs/gconf.json @@ -0,0 +1,15 @@ +{ + "name": "gconf", + "files": [ + { + "path": "$HOME/.gconf", + "movable": true, + "help": "Supported by default, but uses the old location if it exists.\n\nYou can move the directory to _$XDG_CONFIG_HOME/gconf_.\n" + }, + { + "path": "$HOME/.gconf.path", + "movable": true, + "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/gconf/path_.\n" + } + ] +}