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
|
MAILTERMPROG=kitty
|
||||||
|
TERMPROG=alacritty
|
||||||
#TERMPROG=kitty
|
#TERMPROG=kitty
|
||||||
TERMPROG=footclient
|
#TERMPROG=footclient
|
||||||
MUSIC=sublime-music
|
MUSIC=sublime-music
|
||||||
hostname=`hostname`
|
hostname=`hostname`
|
||||||
WEB=qutebrowser
|
WEB=qutebrowser
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,10 @@
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
decorations_theme_variant = "dark";
|
window = {
|
||||||
|
decorations = "none";
|
||||||
|
opacity = 0.75;
|
||||||
|
};
|
||||||
bell = {
|
bell = {
|
||||||
animation = "EaseOutExpo";
|
animation = "EaseOutExpo";
|
||||||
duration = 500;
|
duration = 500;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue