-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathconfig.toml
More file actions
79 lines (66 loc) · 1.54 KB
/
Copy pathconfig.toml
File metadata and controls
79 lines (66 loc) · 1.54 KB
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
[default_apps]
teams = "teams-for-linux --enable-features=UseOzonePlatform --ozone-platform=wayland --url {meeting_url}"
calendar_client = "thunderbird"
terminal = "kitty"
browser = "/opt/zen-browser-bin/zen-bin %u"
[units]
lengths = "meters"
weights = "kg"
volumes = "l"
temperatures = "C"
currency = "eur"
[debug]
try_suppress_errors = false
try_suppress_warnings = false
app_paths = []
[appearance]
width = 900
height = 593
gsk_renderer = "cairo"
icon_paths = ["testconfig/icons"]
icon_size = 22
use_base_css = true
opacity = 1.0
mod_key_ascii = ["⇧", "⇧", "⌘", "⌘", "⎇", "✦", "✦", "⌘"]
[behavior]
use_xdg_data_dir_icons = false
animate = true
[binds]
up = "control-k"
down = "control-j"
left = "control-h"
right = "control-l"
context = "control-i"
modifier = "control"
exec_inplace = "control-return"
[files]
config = "/home/user/.config/sherlock/config.toml"
css = "/home/user/.config/sherlock/main.css"
fallback = "/home/user/.config/sherlock/fallback.json"
alias = "/home/user/.config/sherlock/sherlock_alias.json"
ignore = "/home/user/.config/sherlock/sherlockignore"
actions = "/home/user/.config/sherlock/sherlock_actions.json"
[runtime]
multi = false
center = false
photo_mode = false
display_raw = false
daemonize = false
[caching]
enable = true
cache = "/home/user/.cache/sherlock/desktop_cache.bin"
[expand]
enable = false
edge = "top"
margin = 0
[backdrop]
enable = false
opacity = 0.6
edge = "top"
[status_bar]
enable = true
[search_bar_icon]
enable = true
icon = "system-search-symbolic"
icon_back = "sherlock-back"
size = 22