switch terminal prog to alacritty

This commit is contained in:
Don Harper 2024-06-16 21:11:05 -05:00
parent c197dda7a3
commit 47f1f255ce
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,7 @@
MAILTERMPROG=kitty
TERMPROG=alacritty
#TERMPROG=kitty
TERMPROG=footclient
#TERMPROG=footclient
MUSIC=sublime-music
hostname=`hostname`
WEB=qutebrowser

View file

@ -3,7 +3,10 @@
programs.alacritty = {
enable = true;
settings = {
decorations_theme_variant = "dark";
window = {
decorations = "none";
opacity = 0.75;
};
bell = {
animation = "EaseOutExpo";
duration = 500;