switch terminal prog to alacritty
This commit is contained in:
parent
c197dda7a3
commit
47f1f255ce
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
MAILTERMPROG=kitty
|
||||
TERMPROG=alacritty
|
||||
#TERMPROG=kitty
|
||||
TERMPROG=footclient
|
||||
#TERMPROG=footclient
|
||||
MUSIC=sublime-music
|
||||
hostname=`hostname`
|
||||
WEB=qutebrowser
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
decorations_theme_variant = "dark";
|
||||
window = {
|
||||
decorations = "none";
|
||||
opacity = 0.75;
|
||||
};
|
||||
bell = {
|
||||
animation = "EaseOutExpo";
|
||||
duration = 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue