mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(alacritty): padding
This commit is contained in:
parent
dcffb16580
commit
97d5d2bb69
1 changed files with 7 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ font:
|
|||
style: Regular
|
||||
|
||||
size: 10
|
||||
|
||||
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
|
||||
|
|
@ -35,6 +35,12 @@ colors:
|
|||
|
||||
background_opacity: 0.80
|
||||
|
||||
window:
|
||||
padding:
|
||||
x: 0
|
||||
y: 0
|
||||
dynamic_padding: true
|
||||
|
||||
key_bindings:
|
||||
- { key: Paste, action: Paste }
|
||||
- { key: Copy, action: Copy }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue