diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-26 01:56:30 +0100 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-26 01:56:30 +0100 | 
| commit | 6855a74ff888f57a491e22d6042a7437b91e312b (patch) | |
| tree | a5775ffcdedfa8d06c57a0d17b406dec324496cc /test | |
| parent | Settings QStringList (diff) | |
| download | smolbote-6855a74ff888f57a491e22d6042a7437b91e312b.tar.xz | |
UI changes
Diffstat (limited to 'test')
| -rw-r--r-- | test/config.toml | 55 | 
1 files changed, 38 insertions, 17 deletions
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  | 
