From efa59ac393c7e305db53c29dfe85135ca38eda27 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 18 Sep 2025 02:31:03 +0200 Subject: [PATCH] update alacritty --- alacritty/alacritty.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index b839bb4..d83b5a8 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -17,10 +17,13 @@ padding = { x = 1, y = 1 } [mouse] hide_when_typing = true +[selection] +save_to_clipboard = true + [colors] transparent_background_colors = false cursor = { text = "#eceef4", cursor = "#767BA0" } -selection = { text = "CellForeground", background = "#5B5F7C" } +selection = { text = "CellForeground", background = "#343959" } footer_bar = { foreground = "#eceef4", background = "#0C0D14" } line_indicator = { foreground = "#eceef4", background = "#0E1019" }