diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-12 18:20:45 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-12 18:20:45 -0700 |
commit | 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (patch) | |
tree | cd8be50d6de47b383d814f66384cd1b83bf451f6 /alacritty | |
parent | 1e0410734f651a0f2f391caf8c51b1e729960e66 (diff) | |
download | dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.gz dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.bz2 |
update dots + add some config files
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/.alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty/.alacritty.yml b/alacritty/.alacritty.yml index 821528b..5710c56 100644 --- a/alacritty/.alacritty.yml +++ b/alacritty/.alacritty.yml @@ -20,6 +20,9 @@ window: y: 7 # opacity: 0.95 +mouse: + hide_when_typing: true + #colors: # primary: # background: '#000000' |