more opaque foot, fix branch, add del by name

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-15 12:22:11 -05:00
parent 349e8058b1
commit 0c36d6af65
4 changed files with 98 additions and 33 deletions

View file

@ -8,7 +8,7 @@
};
alpha = lib.mkOption {
type = lib.types.float;
default = 0.9;
default = 0.935;
description = "Background opacity for Foot terminal (1.0 = opaque)";
};
};