Update alacritty setting name

This commit is contained in:
Oystein Kristoffer Tveit 2022-08-16 03:25:29 +02:00
parent 2699478658
commit ad5163693a
4 changed files with 7 additions and 3 deletions

@ -0,0 +1 @@
Subproject commit 944e541d03e60bd16f42810f69574ed6d7dfa3e4

@ -0,0 +1 @@
Subproject commit 1b97d94b382542f105094e5a423d6564a8a55c54

@ -0,0 +1 @@
Subproject commit e981ae7db43fb2d017c8088ff9a5c71cccd54f22

View File

@ -3,7 +3,10 @@
programs.alacritty = {
enable = true;
settings = {
window.padding = { x = 15; y = 15; };
window = {
padding = { x = 15; y = 15; };
opacity = 1.0;
};
font = {
normal = {
@ -28,8 +31,6 @@
in filterAttrs removePrimaryColorAttrs config.colors.defaultColorSet;
};
background_opacity = 1.0;
cursor = {
style = "Block";
blinking = "On";