From 6855a74ff888f57a491e22d6042a7437b91e312b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 26 Feb 2017 01:56:30 +0100 Subject: UI changes --- test/config.toml | 55 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 17 deletions(-) (limited to 'test') diff --git a/test/config.toml b/test/config.toml index c64509c..7542755 100644 --- a/test/config.toml +++ b/test/config.toml @@ -1,36 +1,57 @@ +# +# poi.conf +# +# See https://gitlab.com/xiannox/smolbote/wikis/settings for options +# + +# Browser: application-wide settings [browser] singleInstance=true localSocket="smolbote-singlelock" +#lastSession="~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=$search&kp=-1" +# URL blocker [blocker] dialogShortcut="Ctrl+Shift+A" -path="" -subscriptions=[] +path="blocklist.txt" +#subscriptions=[] +# Bookmark manager [bookmarks] dialogShortcut="Ctrl+Shift+B" path="bookmarks.xbel" +# Download manager [downloads] dialogShortcut="Ctrl+Shift+D" path="~/Downloads" - -[window] -height=720 -width=1280 -title="$title — smolbote [$profile]" - -[shortcuts] -focusAddress="F4" -tabClose="Ctrl+X" -tabLeft="Shift+Left" -tabRight="Shift+Right" - -[ui] -navtoolbarMovable=false -tabtoolbarMovable=false +auto=false -- cgit v1.2.1