Skip to content

Commit

Permalink
Added PCManFM, updated GIMP (#347)
Browse files Browse the repository at this point in the history
* Added PCManFM's `.thumbnails`

* Updated GIMP configuration file
  • Loading branch information
tunalad authored Feb 4, 2024
1 parent 1413496 commit a74fefd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions programs/gimp.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": [
{
"help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.gnome.org/show_bug.cgi?id=166643\n",
"movable": false,
"path": "$HOME/.thumbnails"
"path": "$HOME/.thumbnails",
"movable": true,
"help": "Supported\n\nDirectory .thumbnails can be moved to _$XDG_CACHE_HOME/thumbnails_.\nConfiguration dicrectorycan be moved to _$XDG_CONFIG_HOME/GIMP/{GIMP_APP_VERSION}_."
}
],
"name": "gimp"
}
}
10 changes: 10 additions & 0 deletions programs/pcmanfm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"path": "$HOME/.thumbnails",
"movable": true,
"help": "Supported\n\nDirectory .thumbnails can be moved to _$XDG_CACHE_HOME/thumbnails_."
}
],
"name": "PCManFM"
}

0 comments on commit a74fefd

Please sign in to comment.