From f462daedbbc6447eadcd3417553f93b81f43d9ba Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Sat, 4 Oct 2025 21:35:02 -0700 Subject: [PATCH] Update alacritty config and .profile to support Cosmic DE --- .config/alacritty/alacritty.toml | 4 ++-- .profile | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index f756a38..1b15023 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,4 +1,4 @@ -[general] +# [general] import = ["./github_dark_high_contrast.toml" ] [colors.primary] @@ -22,5 +22,5 @@ blinking = "Always" [window] opacity = 0.95 decorations = "None" -level = "AlwaysOnTop" +# level = "AlwaysOnTop" dynamic_padding = true diff --git a/.profile b/.profile index f62f687..ce12f4d 100644 --- a/.profile +++ b/.profile @@ -38,5 +38,7 @@ if [ $(which nvim) ]; then fi # Set zsh as the default shell if available -[ -e /bin/zsh ] && export SHELL=/bin/zsh +if [ $(which zsh) ]; then + export SHELL=$(which zsh) +fi