Xfconf

xfconf - Configuration Storage System

Xfconf-query

Channels in Xfconf

Lang: sh
$ xfconf-query -l
Channels:
  xsettings
  xfce4-notifyd
  thunar
  xfce4-keyboard-shortcuts

List all available properties and their values in the channel thunar.

Lang: sh
$ xfconf-query -c thunar -l -v
/last-show-hidden                 false
/last-sort-column                 THUNAR_COLUMN_NAME
/last-sort-order                  GTK_SORT_ASCENDING
/last-view                        ThunarDetailsView

Set/Reset config

Lang: sh
xfconf-query -c thunar -p /last-show-hidden -s true

Refer