mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Upate alacritty.yaml
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
window:
|
||||
dimensions:
|
||||
columns: 150
|
||||
lines: 50
|
||||
padding:
|
||||
x: 15
|
||||
y: 15
|
||||
x: 6
|
||||
y: 6
|
||||
|
||||
dynamic_padding: false
|
||||
decorations: full
|
||||
opacity: 0.9
|
||||
dynamic_title: true
|
||||
|
||||
class:
|
||||
instance: Alacritty
|
||||
@@ -21,6 +17,8 @@ scrolling:
|
||||
history: 10000
|
||||
multiplier: 3
|
||||
|
||||
tabspaces: 4
|
||||
|
||||
font:
|
||||
size: 11.0
|
||||
normal:
|
||||
@@ -35,9 +33,14 @@ draw_bold_text_with_bright_colors: true
|
||||
mouse:
|
||||
hide_when_typing: true
|
||||
|
||||
mouse_bindings:
|
||||
- { mouse: Middle, action: Paste }
|
||||
|
||||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
save_to_clipboard: true
|
||||
|
||||
dynamic_title: true
|
||||
|
||||
import:
|
||||
- ~/.config/alacritty/catppuccin/catppuccin-mocha.yml
|
||||
|
||||
Reference in New Issue
Block a user