From 5c105f4851bb4cbac7adb7431d97f9b8ab3bca16 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 10 Aug 2020 19:27:50 +0100 Subject: [PATCH] alacritty: auto-copy selection to PRIMARY clip This is faster than xclip et al, so doesn't hurt to enable as well Signed-off-by: Joe Groocock --- .config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 41c1830..a979a89 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -295,7 +295,7 @@ selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" # When set to `true`, selected text will be copied to the primary clipboard. - save_to_clipboard: false + save_to_clipboard: true cursor: # Cursor style