19

I have a lot of xfce-notes groups containing each a lot of text. I want to transfert them to a new machine without copying the whole home directory. Where does xfce4-notes store its data and configation files?

Slyx
  • 3,845
  • 2
  • 19
  • 25

1 Answers1

24

The notes are stored as text files in $XDG_DATA_HOME/notes/ (~/.local/share/notes by default).

The settings are in $XDG_CONFIG_HOME/xfce4 (~/.config/xfce4/xfce4-notes.*).

Leiaz
  • 4,312
  • 1
  • 23
  • 14
  • 1
    Possible source: http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin#usage – Wilf Jan 01 '15 at 16:22