Skip to content

Commit

Permalink
add gconf
Browse files Browse the repository at this point in the history
  • Loading branch information
flexagoon committed Feb 12, 2024
1 parent bbc7ea9 commit 8aaf66a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions programs/gconf.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 8aaf66a

Please sign in to comment.