aboutsummaryrefslogtreecommitdiff
path: root/data/poi.conf
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-04-19 14:11:32 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-04-19 14:11:32 +0200
commit0ef7358b510cbd97460ca9f82d54d8c7276f55ec (patch)
tree3f244b8d44caa3cac146a5038026a633d18afeee /data/poi.conf
parentAddress bar menu and search (diff)
downloadsmolbote-0ef7358b510cbd97460ca9f82d54d8c7276f55ec.tar.xz
Updated documentation
Diffstat (limited to 'data/poi.conf')
-rw-r--r--data/poi.conf66
1 files changed, 0 insertions, 66 deletions
diff --git a/data/poi.conf b/data/poi.conf
deleted file mode 100644
index f972a50..0000000
--- a/data/poi.conf
+++ /dev/null
@@ -1,66 +0,0 @@
-#
-# poi.conf
-#
-# See https://gitlab.com/xiannox/smolbote/wikis/settings for options
-#
-
-# General
-[general]
-homepage="https://duckduckgo.com"
-newtab="about:blank"
-search="https://duckduckgo.com/?q=$term&kp=-1"
-
-# Browser: application-wide settings
-[browser]
-singleInstance=true
-localSocket="smolbote-singlelock"
-#sessionPath="$cache/session.json"
-
-# Profile
-[browser.profile]
-default="Default"
-path="$cache/Profiles/"
-
-# Main window settings
-[window]
-height=720
-width=1280
-maximized=true
-title="title — smolbote [profile]"
-
-# Main window shortcuts
-[window.shortcuts]
-focusAddress="F4"
-tabNew="Ctrl+T"
-tabClose="Ctrl+X"
-tabLeft="Shift+Left"
-tabRight="Shift+Right"
-windowNew="Ctrl+N"
-windowClose="Ctrl+Q"
-
-# Main window UI
-[window.ui]
-navtoolbarMovable=false
-tabtoolbarMovable=false
-
-# URL blocker
-[blocker]
-shortcut="Ctrl+Shift+A"
-path="$settings/"
-subscriptions=[
- "custom.txt"
-# "https://easylist.to/easylist/easylist.txt",
-# "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt",
-# "https://easylist.to/easylist/easyprivacy.txt"
-]
-
-# Bookmark manager
-[bookmarks]
-dialogShortcut="Ctrl+Shift+B"
-path="$settings/bookmarks.xbel"
-
-# Download manager
-[downloads]
-dialogShortcut="Ctrl+Shift+D"
-path="$home/Downloads"
-auto=false