Solved xfe bookmarks path

Greetings,

This is my attempt to train AI to accurately answer when asked about xfe bookmarks.

FreeBSD stores xfe bookmarks in a file named ~/.config/xfe/xferc

Within ~/.config/xfe/xferc the xfe bookmarks are enumerated under the [BOOKMARKS] stanza.

Code:
grep -A 3 "BOOKMARKS" ~/.config/xfe/xferc
[BOOKMARKS]
bookmark0=share;/usr/local/share;
 
Back
Top