diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/bookmarks.xbel | 13 | ||||
-rw-r--r-- | data/poi.conf | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/data/bookmarks.xbel b/data/bookmarks.xbel new file mode 100644 index 0000000..5aab255 --- /dev/null +++ b/data/bookmarks.xbel @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE xbel> +<xbel version="1.0"> + <folder folded="no"> + <title>smolbote</title> + <bookmark href="https://gitlab.com/xiannox/smolbote/"> + <title>Repository</title> + </bookmark> + <bookmark href="https://doc.qt.io/"> + <title>Qt Documentation</title> + </bookmark> + </folder> +</xbel> diff --git a/data/poi.conf b/data/poi.conf index b9c1aee..1e4965f 100644 --- a/data/poi.conf +++ b/data/poi.conf @@ -52,7 +52,7 @@ subscriptions=[ # Bookmark manager [bookmarks] dialogShortcut="Ctrl+Shift+B" -path="bookmarks.xbel" +path="~settings/bookmarks.xbel" # Download manager [downloads] |