Created
February 11, 2023 23:00
-
-
Save madureira/d6976bb2f1831dc2486fc82f3dea6b08 to your computer and use it in GitHub Desktop.
My personal Alacritty configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
TERM: xterm-256color | |
window: | |
decorations: full | |
opacity: 0.9 | |
dynamic_title: true | |
font: | |
size: 18.0 | |
normal: | |
family: "Liberation Mono for Powerline" | |
style: Regular | |
# If `true`, bold text is drawn using the bright color variants. | |
draw_bold_text_with_bright_colors: true | |
cursor: | |
blink_interval: 500 | |
blink_timeout: 0 | |
style: | |
shape: Block | |
blinking: Always | |
mouse: | |
hide_when_typing: true | |
mouse_bindings: | |
- { mouse: Middle, action: PasteSelection } | |
save_to_clipboard: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment