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:
|
env:
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
window:
|
window:
|
||||||
dimensions:
|
|
||||||
columns: 150
|
|
||||||
lines: 50
|
|
||||||
padding:
|
padding:
|
||||||
x: 15
|
x: 6
|
||||||
y: 15
|
y: 6
|
||||||
|
|
||||||
dynamic_padding: false
|
dynamic_padding: false
|
||||||
decorations: full
|
decorations: full
|
||||||
opacity: 0.9
|
opacity: 0.9
|
||||||
dynamic_title: true
|
|
||||||
|
|
||||||
class:
|
class:
|
||||||
instance: Alacritty
|
instance: Alacritty
|
||||||
@@ -21,6 +17,8 @@ scrolling:
|
|||||||
history: 10000
|
history: 10000
|
||||||
multiplier: 3
|
multiplier: 3
|
||||||
|
|
||||||
|
tabspaces: 4
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 11.0
|
size: 11.0
|
||||||
normal:
|
normal:
|
||||||
@@ -35,9 +33,14 @@ draw_bold_text_with_bright_colors: true
|
|||||||
mouse:
|
mouse:
|
||||||
hide_when_typing: true
|
hide_when_typing: true
|
||||||
|
|
||||||
|
mouse_bindings:
|
||||||
|
- { mouse: Middle, action: Paste }
|
||||||
|
|
||||||
selection:
|
selection:
|
||||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
save_to_clipboard: true
|
save_to_clipboard: true
|
||||||
|
|
||||||
|
dynamic_title: true
|
||||||
|
|
||||||
import:
|
import:
|
||||||
- ~/.config/alacritty/catppuccin/catppuccin-mocha.yml
|
- ~/.config/alacritty/catppuccin/catppuccin-mocha.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user