Update alacritty config to match new window opacity
This commit is contained in:
parent
42b470c5b1
commit
c98d2639b0
1 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@ env:
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
||||||
window:
|
window:
|
||||||
|
dimensions:
|
||||||
|
columns: 133
|
||||||
|
lines: 40
|
||||||
|
|
||||||
padding:
|
padding:
|
||||||
x: 6
|
x: 6
|
||||||
y: 6
|
y: 6
|
||||||
|
@ -12,6 +16,8 @@ window:
|
||||||
instance: Alacritty
|
instance: Alacritty
|
||||||
general: Alacritty
|
general: Alacritty
|
||||||
|
|
||||||
|
opacity: 1
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
history: 5000
|
history: 5000
|
||||||
|
|
||||||
|
@ -40,8 +46,6 @@ font:
|
||||||
|
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
background_opacity: 0.75
|
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: V, mods: Control|Shift, action: Paste }
|
- { key: V, mods: Control|Shift, action: Paste }
|
||||||
- { key: C, mods: Control|Shift, action: Copy }
|
- { key: C, mods: Control|Shift, action: Copy }
|
||||||
|
|
Loading…
Reference in a new issue