diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-06 18:20:35 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-06 18:20:35 +0300 |
commit | ffcb43e5882056f583ca251c811d348fb7acd6c8 (patch) | |
tree | d0032c06b2ed60b02be04971420b69f564f9c617 /dotfiles/.config/alacritty | |
parent | f6b198fc6a5839a4588e21efc91bbfdbe2e56623 (diff) | |
download | swayrice-ffcb43e5882056f583ca251c811d348fb7acd6c8.tar.gz swayrice-ffcb43e5882056f583ca251c811d348fb7acd6c8.zip |
alacritty: hide mouse when typing
Diffstat (limited to 'dotfiles/.config/alacritty')
-rw-r--r-- | dotfiles/.config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/alacritty/alacritty.yml b/dotfiles/.config/alacritty/alacritty.yml index 7acf889..311de61 100644 --- a/dotfiles/.config/alacritty/alacritty.yml +++ b/dotfiles/.config/alacritty/alacritty.yml @@ -381,7 +381,7 @@ colors: # Send ESC (\x1b) before characters when alt is pressed. #alt_send_esc: true -#mouse: +mouse: # Click settings # # The `double_click` and `triple_click` settings control the time @@ -391,7 +391,7 @@ colors: #triple_click: { threshold: 300 } # If this is `true`, the cursor is temporarily hidden when typing. - #hide_when_typing: false + hide_when_typing: true #url: # URL launcher |