Try out Alacritty
This commit is contained in:
parent
dfa33e81e8
commit
7cf22d650f
2 changed files with 6 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
STOWED = bin git ruby tmux vim zsh
|
STOWED = bin git ruby tmux vim zsh alacritty
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
|
|
||||||
|
|
5
alacritty/.config/alacritty/alacritty.yml
Normal file
5
alacritty/.config/alacritty/alacritty.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
background_opacity: 0.9
|
||||||
|
key_bindings:
|
||||||
|
- { key: Return, mods: Command, action: ToggleFullscreen }
|
||||||
|
font:
|
||||||
|
size: 14
|
Loading…
Add table
Reference in a new issue