dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 8d27214fdd89714790f97bbd4243d3df5dbeace6
parent f9cb0c71f60830ab4edd2b722b69ff6979505a87
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 25 Jan 2019 14:17:52 -0500

Copy primary selection in alacritty to clipboard as well.

Diffstat:
M.config/alacritty/alacritty.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -280,7 +280,7 @@ selection:
   # 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
+  save_to_clipboard: true
 
 dynamic_title: true