blob: 36d943d04e8782db4d3ace26d4f815d10436b423 (
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
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
# Gruvbox
[colors]
background=282828
foreground=ebdbb2
regular0=282828
regular1=cc241d
regular2=98971a
regular3=d79921
regular4=458588
regular5=b16286
regular6=689d6a
regular7=a89984
bright0=928374
bright1=fb4934
bright2=b8bb26
bright3=fabd2f
bright4=83a598
bright5=d3869b
bright6=8ec07c
bright7=ebdbb2
# Nord
# [colors]
# cursor = 282C34 d8dee9
# alpha = 0.98
# 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]
|