diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-27 18:14:53 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-27 18:14:53 +0200 |
commit | 068ac9c0f063767b72478b653ec22d8ad076eb7c (patch) | |
tree | 7843841ccf2dd500323b187581820a41390d5b00 /.config/alacritty | |
parent | Aliases and org update (diff) | |
download | dotfiles-bsd-068ac9c0f063767b72478b653ec22d8ad076eb7c.tar.gz dotfiles-bsd-068ac9c0f063767b72478b653ec22d8ad076eb7c.tar.bz2 dotfiles-bsd-068ac9c0f063767b72478b653ec22d8ad076eb7c.tar.xz dotfiles-bsd-068ac9c0f063767b72478b653ec22d8ad076eb7c.tar.zst dotfiles-bsd-068ac9c0f063767b72478b653ec22d8ad076eb7c.zip |
Added bspswallow
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index c0c17c8..3f776ae 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -341,7 +341,8 @@ shell: # Send ESC (\x1b) before characters when alt is pressed. #alt_send_esc: true -#mouse: +mouse: + hide_when_typing: true # Click settings # # The `double_click` and `triple_click` settings control the time |