diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index e2d648d3..e6578ffa 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -262,6 +262,11 @@ mouse: selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" + # When set to `true`, selected text will be copied to both the primary and + # the selection clipboard. Otherwise, it will only be copied to the selection + # clipboard. + save_to_clipboard: false + dynamic_title: true hide_cursor_when_typing: false |