From 47f1f255ced2666892f772d287df2a39d13f6b13 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 16 Jun 2024 21:11:05 -0500 Subject: [PATCH] switch terminal prog to alacritty --- home/common/files/bash/myapps | 3 ++- home/gui/alacritty.nix | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/home/common/files/bash/myapps b/home/common/files/bash/myapps index 419747c..8c272d7 100644 --- a/home/common/files/bash/myapps +++ b/home/common/files/bash/myapps @@ -1,6 +1,7 @@ MAILTERMPROG=kitty +TERMPROG=alacritty #TERMPROG=kitty -TERMPROG=footclient +#TERMPROG=footclient MUSIC=sublime-music hostname=`hostname` WEB=qutebrowser diff --git a/home/gui/alacritty.nix b/home/gui/alacritty.nix index 186a333..c9b106d 100644 --- a/home/gui/alacritty.nix +++ b/home/gui/alacritty.nix @@ -3,7 +3,10 @@ programs.alacritty = { enable = true; settings = { - decorations_theme_variant = "dark"; + window = { + decorations = "none"; + opacity = 0.75; + }; bell = { animation = "EaseOutExpo"; duration = 500;