blob: fc5ec9956d6a402fa711eda29f276104a9002e8c (
plain) (
blame)
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
112
113
114
115
116
117
118
119
120
121
122
|
term=xterm-256color
# "Normal" fonts:
# Pretty basic, but good font.
# font=Iosevka Term:style=Regular:size=10.5
# Very cool font, but only looks good at larger sizes IMO
font=IBM 3270:Regular:size=10.5
# Bitmap fonts:
# Extremely large bitmap font, kind of fuzzy
# font=CozetteHiDpi:style=Medium:size=14
# Terminus, the old classic.
# font=Terminus (TTF):style=Regular:size=10.5
# font=Terminus (TTF):style=Regular:size=9
# font=ProFontOTB:style=Regular:size=10.5
# font=ProFontOTB:style=Regular:size=9
# The sizing is odd, perhaps that on me?
# Still, a decent font with a number of size options from tiny to large.
# font=Tamzen:style=Regular:size=10.5
# fairly large font, also has a smaller variant
# font=Gohu GohuFont:style=Regular:size=12
# Very small font
# font=scientifica:style=Medium:size=8
# Slightly less small
# font=curie:style=Regular:size=9
# Makes it kind of square
# font=curie:style=Italic:size=9
# Waste some space for asthetics...
pad=20x20
# Or don't
# pad=5x2
# It'd be nice if it worked...
dpi-aware=no
# [desktop-notifications]
# command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
[bell]
urgent=no
notify=no
[scrollback]
lines=20000
multiplier=3.0
indicator-position=relative
[mouse]
# hide-when-typing=no
hide-when-typing=yes
[colors]
cursor = 282C34 d8dee9
alpha = 0.90
foreground = d8dee9
background = 282C34
regular0 = 3b4252
regular1 = bf616a
regular2 = a3be8c
regular3 = ebcb8b
regular4 = 81a1c1
regular5 = b48ead
regular6 = 88c0d0
regular7 = e5e9f0
bright0 = 4c566a
bright1 = bf616a
bright2 = a3be8c
bright3 = ebcb8b
bright4 = 81a1c1
bright5 = b48ead
bright6 = 8fbcbb
bright7 = eceff4
dim0 = 373e4d
dim1 = 94545d
dim2 = 809575
dim3 = b29e75
dim4 = 68809a
dim5 = 8c738c
dim6 = 6d96a5
dim7 = aeb3bb
[csd]
[key-bindings]
# scrollback-up-half-page=Mod1+u
# scrollback-up-line=Mod1+k
# scrollback-down-half-page=Mod1+d
# scrollback-down-line=Mod1+j
clipboard-copy=Control+Shift+c
clipboard-paste=Control+Shift+v
primary-paste=Shift+Insert
# search-start=Control+f
font-increase=Control+plus Control+equal Control+KP_Add Mod1+Shift+k
font-decrease=Control+minus Control+KP_Subtract Mod1+Shift+j
font-reset=Control+0 Control+KP_0
show-urls-launch=Control+Shift+i
show-urls-copy=Control+Shift+o
[search-bindings]
cancel=Control+g Control+c Escape
commit=Return
find-prev=Control+p
find-next=Control+n
clipboard-paste=Control+v Control+y
primary-paste=Shift+Insert
[url-bindings]
[mouse-bindings]
|