aboutsummaryrefslogtreecommitdiff
path: root/test/config.toml
blob: 7542755587e4f279d9e8db0aa1616b4ef03f9bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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="blocklist.txt"
#subscriptions=[]

# Bookmark manager
[bookmarks]
dialogShortcut="Ctrl+Shift+B"
path="bookmarks.xbel"

# Download manager
[downloads]
dialogShortcut="Ctrl+Shift+D"
path="~/Downloads"
auto=false