diff --git a/CHANGELOG.md b/CHANGELOG.md index 4888342..fa6fcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Version 2.9.1.3 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.9.1.3 -------------------------------------------------------- - Wallpaper cache to cache generated images. Will speed up the change between wallpapers if cached files exists. https://gitlab.com/stephan-raabe/dotfiles/-/wikis/Home/Wallpapers#wallpaper-cache - +- New SVG icons in waybar for ML4W and ChatGPT +- Alacritty: selected text will be copied to the primary clipboard Version 2.9.1.2 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.9.1.2 diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 05f6c32..7f6da6e 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -11,3 +11,6 @@ opacity = 0.7 [window.padding] x = 15 y = 15 + +[selection] +save_to_clipboard = true