-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
97 lines (92 loc) · 1.43 KB
/
config.yaml
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
# Global settings for the application
Settings:
HideHelpOnStartup: true
PreloadThumbnails: true
NavigatorWidth: 0.3
# Configuration of keybinds used in the application
Keys:
Up:
- k
- up
Down:
- j
- down
Left:
- h
- left
Right:
- l
- right
Prev:
- shift+tab
Next:
- tab
Full:
- f
Start:
- g
- home
End:
- G
- end
PageUp:
- ctrl+b
- pgup
PageDown:
- ctrl+f
- pgdown
Search:
- "/"
Confirm:
- enter
Escape:
- esc
Quit:
- q
- esc
- ctrl+c
ShowArticle:
- a
ShowThumbnail:
- i
ShowDetails:
- d
OpenArticle:
- o
OpenVideo:
- v
OpenShortNews:
- s
Help:
- "?"
# Configuration of how to open specific resources
# Via the args it is possible to provide flags to the application
# the arg $ will be replaced by the url of the resource
Application:
Image:
Path: sxiv
Args:
- $
Audio:
Path: mpv
Args:
- $
Video:
Path: mpv
Args:
- $
HTML:
Path: qutebrowser
Args:
- $
# Configuration of the theming
# Currently only the configuration of colors is implemented
Theme:
PrimaryColor: "#EBDBB2"
ShadedColor: "#928374"
HighlightColor: "#458588"
HighlightShadedColor: "#83A598"
WarningColor: "#FB4934"
WarningShadedColor: "#CC241D"
ReaderHighlightColor: "#FABD2F"
ReaderHeadingColor: "#8EC07C"