New alacritty bits updates

main
Dan Buch 4 years ago
parent 13a2cef6f0
commit 791118447a
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -1,5 +1,6 @@
--- ---
window: window:
dynamic_title: true
dimensions: dimensions:
columns: 0 columns: 0
lines: 0 lines: 0
@ -12,8 +13,6 @@ window:
scrolling: scrolling:
history: 10000 history: 10000
multiplier: 3 multiplier: 3
auto_scroll: false
tabspaces: 8
font: font:
normal: normal:
family: Comic Code family: Comic Code
@ -57,7 +56,7 @@ colors:
magenta: '0xff92d0' magenta: '0xff92d0'
cyan: '0x9aedfe' cyan: '0x9aedfe'
white: '0xe6e6e6' white: '0xe6e6e6'
visual_bell: bell:
animation: EaseOutExpo animation: EaseOutExpo
duration: 0 duration: 0
color: '0xffffff' color: '0xffffff'
@ -76,7 +75,6 @@ mouse:
selection: selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>' semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false save_to_clipboard: false
dynamic_title: true
cursor: cursor:
style: Block style: Block
unfocused_hollow: true unfocused_hollow: true

Loading…
Cancel
Save