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
|
||||
|
||||
window:
|
||||
dimensions:
|
||||
columns: 133
|
||||
lines: 40
|
||||
|
||||
padding:
|
||||
x: 6
|
||||
y: 6
|
||||
|
@ -11,6 +15,8 @@ window:
|
|||
class:
|
||||
instance: Alacritty
|
||||
general: Alacritty
|
||||
|
||||
opacity: 1
|
||||
|
||||
scrolling:
|
||||
history: 5000
|
||||
|
@ -40,8 +46,6 @@ font:
|
|||
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
background_opacity: 0.75
|
||||
|
||||
key_bindings:
|
||||
- { key: V, mods: Control|Shift, action: Paste }
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
|
|
Loading…
Reference in a new issue