diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-07-03 14:47:24 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-07-03 14:47:24 +0200 |
commit | 089abd62383516eb33cbc1c93b06826a0cba3d7b (patch) | |
tree | ff74a37b5115052a8ea27679b32aef20523d86c9 /data | |
parent | Added homepage button (diff) | |
download | smolbote-089abd62383516eb33cbc1c93b06826a0cba3d7b.tar.xz |
Added homepage and newtab to profile widget
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/poi.toml b/data/poi.toml index 31e1152..fe3a4fc 100644 --- a/data/poi.toml +++ b/data/poi.toml @@ -31,7 +31,7 @@ search="https://duckduckgo.com/?q=$term&kp=-1" # A nameless ("") profile is off-the-record [browser.profile] default="" -path="$cache/Profiles/" +path="$home/.config/smolbote/profiles/" [browser.profile.new] path="$home/.config/smolbote/profiles" |