aboutsummaryrefslogtreecommitdiff
path: root/linux/.config
blob: 8999ecb93e0882d83de9c4d64d5a0219817b9687 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111

#
# Application
#
CONFIG_POI_NAME="smolbote"
CONFIG_POI_CFG_PATH="~/.config/smolbote/smolbote.cfg"
# end of Application

#
# Keyboard shortcuts
#

#
# Main Window shortcuts
#
CONFIG_shortcuts.session.save="Ctrl+S,S"
CONFIG_shortcuts.session.open="Ctrl+S,O"
CONFIG_shortcuts.window.newgroup="Ctrl+G"
CONFIG_shortcuts.window.newwindow="Ctrl+N"
CONFIG_shortcuts.window.about="F1"
CONFIG_shortcuts.window.quit="Ctrl+Q"
CONFIG_shortcuts.window.search="F3"
CONFIG_shortcuts.window.downloads.show="Ctrl+D"

#
# Navigation Bar shortcuts
#
CONFIG_navigationbar.show="Ctrl+Shift+N"
CONFIG_shortcuts.navigation.back="Ctrl+Left"
CONFIG_shortcuts.navigation.backmenu="Ctrl+Down"
CONFIG_shortcuts.navigation.forward="Ctrl+Right"
CONFIG_shortcuts.navigation.forwardmenu="Ctrl+Up"
CONFIG_shortcuts.navigation.refresh="F5"
CONFIG_shortcuts.navigation.reload="Ctrl+F5"
CONFIG_shortcuts.navigation.home="Ctrl+Home"

#
# Address Bar shortcuts
#
CONFIG_shortcuts.address.focus="F4"
CONFIG_shortcuts.address.menu="F2"

#
# Subwindow shortcuts
#
CONFIG_shortcuts.subwindow.tile="F9"
CONFIG_shortcuts.subwindow.cascade="F10"
CONFIG_shortcuts.subwindow.fullscreen="F11"
CONFIG_shortcuts.subwindow.newtab="Ctrl+T"
CONFIG_shortcuts.subwindow.closetab="Ctrl+W"
CONFIG_shortcuts.subwindow.restoretab="Ctrl+Shift+T"
CONFIG_shortcuts.subwindow.tableft="Ctrl+O"
CONFIG_shortcuts.subwindow.movetableft="Ctrl+Shift+O"
CONFIG_shortcuts.subwindow.tabright="Ctrl+P"
CONFIG_shortcuts.subwindow.movetabright="Ctrl+Shift+P"
# end of Keyboard shortcuts

#
# Main Window
#
CONFIG_mainwindow.title="smolbote"
CONFIG_mainwindow.width=1280
CONFIG_mainwindow.height=720
# end of Main Window

#
# Bookmarks
#
CONFIG_bookmarks.path="~/.config/smolbote/bookmarks.xbel"
CONFIG_shortcuts.window.bookmarks.show="Ctrl+B"
CONFIG_bookmarks.toolbar.show="Ctrl+Shift+B"
# CONFIG_bookmarks.toolbar.movable is not set
# CONFIG_bookmarks.toolbar.visible is not set
# end of Bookmarks

#
# Profile Settings
#
CONFIG_profile.path="~/.config/smolbote/profiles.d"
CONFIG_profile.default=""
CONFIG_profile.search="https://duckduckgo.com/?q=%1&ia=web"
CONFIG_profile.homepage="about:blank"
CONFIG_profile.newtab="about:blank"
# end of Profile Settings

CONFIG_USEPLUGINS=y

#
# Plugin Settings
#
CONFIG_PLUGINS_PATH="~/.config/smolbote/plugins.d"
# CONFIG_PLUGINS_SIGNATURE_IGNORED is not set
CONFIG_PLUGINS_SIGNATURE_CHECKED=y
# CONFIG_PLUGINS_SIGNATURE_ENFORCED is not set
CONFIG_PLUGINS_SIGNATURE_HASH="SHA256"
# end of Plugin Settings

#
# Default paths
#
CONFIG_filter.path="~/.config/smolbote/hosts.d"
CONFIG_downloads.path="~/Downloads"
CONFIG_session.path="~/.config/smolbote/session.d"
# CONFIG_USEPLASMA is not set
# CONFIG_USEBREAKPAD is not set

#
# Workarounds
#
CONFIG_QTBUG_65223=y
# end of Workarounds