From d699b2e18916bed17a52efb1c53c130fe73381a4 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 18 Feb 2025 12:16:47 +0100 Subject: [PATCH] added transparency to alacritty --- .zshrc | 2 +- desktopenvs/hyprland/alacritty/alacritty.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 7d36d27..e39e34f 100755 --- a/.zshrc +++ b/.zshrc @@ -166,7 +166,7 @@ alias icat="kitty +kitten icat" alias cls="clear" alias c="cls" -alias ks="kitty ssh" +alias ks="kitten ssh" function s() { alacritty -e sh -c "ssh $1" & diff --git a/desktopenvs/hyprland/alacritty/alacritty.toml b/desktopenvs/hyprland/alacritty/alacritty.toml index 7028611..606a177 100644 --- a/desktopenvs/hyprland/alacritty/alacritty.toml +++ b/desktopenvs/hyprland/alacritty/alacritty.toml @@ -6,4 +6,5 @@ normal = {family = "Agave NerdFont", style = "Regular"} program = "/usr/bin/zsh" args = ["-l"] - +[window] +opacity = 0.3