From e815eb017f8aa2e3960bebee0aca85c05ba81eae Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 17 Feb 2025 15:28:58 +0100 Subject: [PATCH] added alacritty for ssh, corrected font --- desktopenvs/hyprland/alacritty/alacritty.toml | 9 +++++++++ hyprland-eww-wofi-installer.sh | 1 + 2 files changed, 10 insertions(+) create mode 100644 desktopenvs/hyprland/alacritty/alacritty.toml diff --git a/desktopenvs/hyprland/alacritty/alacritty.toml b/desktopenvs/hyprland/alacritty/alacritty.toml new file mode 100644 index 0000000..7028611 --- /dev/null +++ b/desktopenvs/hyprland/alacritty/alacritty.toml @@ -0,0 +1,9 @@ +[font] +normal = {family = "Agave NerdFont", style = "Regular"} + +[terminal] +[terminal.shell] +program = "/usr/bin/zsh" +args = ["-l"] + + diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 2968b43..1952362 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -39,6 +39,7 @@ ln -s ~/Dotfiles/desktopenvs/hyprland/kitty/ ~/.config/ ln -s ~/Dotfiles/desktopenvs/hyprland/hypr/ ~/.config/ ln -s ~/Dotfiles/desktopenvs/hyprland/wofi/ ~/.config/ ln -s ~/Dotfiles/desktopenvs/hyprland/dunst/ ~/.config/ +ln -s ~/Dotfiles/desktopenvs/hyprland/alacritty ~/.config/alacritty cp ~/Dotfiles/desktopenvs/hyprland/hypr-usr/* ~/.config