From 67add6a37f9ab5de81b2e787f77aade39e01b176 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 26 Feb 2017 14:03:47 +0100 Subject: installing config file --- data/poi.conf | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 data/poi.conf (limited to 'data') diff --git a/data/poi.conf b/data/poi.conf new file mode 100644 index 0000000..aec03e9 --- /dev/null +++ b/data/poi.conf @@ -0,0 +1,57 @@ +# +# poi.conf +# +# See https://gitlab.com/xiannox/smolbote/wikis/settings for options +# + +# Browser: application-wide settings +[browser] +singleInstance=true +localSocket="smolbote-singlelock" +#sessionPath="~settings/session.ini" + +# 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 + +# General +[general] +homepage="https://duckduckgo.com" +newtab="about:blank" +profile="Default" +#search="https://duckduckgo.com/?q=$term&kp=-1" + +# URL blocker +[blocker] +dialogShortcut="Ctrl+Shift+A" +path="blocklist.txt" +#subscriptions=[] + +# Bookmark manager +[bookmarks] +dialogShortcut="Ctrl+Shift+B" +path="bookmarks.xbel" + +# Download manager +[downloads] +dialogShortcut="Ctrl+Shift+D" +path="~/Downloads" +auto=false -- cgit v1.2.1