mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-19 15:50:44 +02:00
Add alacritty
It turns out that I don't actually *need* image output in the terminal (besides being cool). With that aside, I can safely use alacritty knowing that it's written in Rust and is apparently the fastest terminal emulator in existence.
This commit is contained in:
parent
a42bf287a4
commit
cfbe5b70d5
32
alacritty/.config/alacritty/alacritty.yml
Normal file
32
alacritty/.config/alacritty/alacritty.yml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
background_opacity: 0.9
|
||||||
|
|
||||||
|
window:
|
||||||
|
padding:
|
||||||
|
x: 10
|
||||||
|
y: 10
|
||||||
|
decorations: none
|
||||||
|
startup_mode: Maximized
|
||||||
|
gtk_theme_variant: dark
|
||||||
|
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: Hack
|
||||||
|
size: 11
|
||||||
|
|
||||||
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
|
selection:
|
||||||
|
save_to_clipboard: true
|
||||||
|
|
||||||
|
cursor:
|
||||||
|
style:
|
||||||
|
blinking: Always
|
||||||
|
|
||||||
|
shell:
|
||||||
|
program: /usr/bin/fish
|
||||||
|
|
||||||
|
mouse:
|
||||||
|
hide_when_typing: true
|
||||||
|
url:
|
||||||
|
launcher:
|
||||||
|
program: /usr/bin/firefox
|
20
alacritty/README.md
Normal file
20
alacritty/README.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# alacritty
|
||||||
|
|
||||||
|
[alacritty][alacritty] is a new terminal emulator written in Rust.
|
||||||
|
|
||||||
|
## Use Cases
|
||||||
|
|
||||||
|
alacritty can be used to:
|
||||||
|
|
||||||
|
- Have a terminal emulator that just works.
|
||||||
|
- Have a terminal emulator with modern features like live reload, and without all the extras like window management.
|
||||||
|
- Master [tmux](/tmux) since you won't be relying on window management of your terminal emulator.
|
||||||
|
|
||||||
|
You should not use alacritty if:
|
||||||
|
|
||||||
|
- You have a desire to output images in your terminal (use [kitty](/kitty) instead, since [libsixel][lixsixel] support is WIP)
|
||||||
|
- You have a need to use Japanese input in your terminal ([an issue][ime-support] for over 3 years in alacritty). [kitty](/kitty) supports this, however.
|
||||||
|
|
||||||
|
[alacritty]: https://github.com/alacritty/alacritty
|
||||||
|
[libsixel]: https://github.com/alacritty/alacritty/issues/910
|
||||||
|
[ime-support]: https://github.com/alacritty/alacritty/issues/1101
|
Loading…
Reference in New Issue
Block a user