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;