projects
/
dot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7f0b1
)
Remove padding from alacritty
author
ma
<ma@beaudet.xyz>
Thu, 23 Sep 2021 13:36:48 +0000
(15:36 +0200)
committer
ma
<ma@beaudet.xyz>
Thu, 23 Sep 2021 13:36:48 +0000
(15:36 +0200)
.config/alacritty/alacritty.yml
patch
|
blob
|
blame
|
history
diff --git
a/.config/alacritty/alacritty.yml
b/.config/alacritty/alacritty.yml
index
d5f31c8
..
b4ce228
100644
(file)
--- a/
.config/alacritty/alacritty.yml
+++ b/
.config/alacritty/alacritty.yml
@@
-1,10
+1,12
@@
env:
TERM: xterm-256color
-window:
- padding:
- x: 10
- y: 4
+# window:
+# padding:
+# x: 10
+# y: 4
+
+background_opacity: 0.9
font:
normal:
@@
-79,8
+81,6
@@
colors:
cyan: '0x59dffc'
white: '0xe6e6d1'
-background_opacity: 0.9
-
key_bindings:
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }