commit 8162b9f3739bc0ce1894beb8c76416e972b2e07a
parent 3289988690aa991fa490b469fe3d71fffea0a6ac
Author: vin <vin@vineetk.net>
Date: Wed, 7 May 2025 15:37:20 -0400
demiurge, hastur: use foot's alpha option instead of compositor
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/home.nix b/home.nix
@@ -304,6 +304,8 @@ in {
rmhash = s: builtins.substring 1 (-1) s;
in
{
+ alpha = 0.9;
+
background = rmhash colors.current.primary.background;
foreground = rmhash colors.current.primary.foreground;
@@ -1309,7 +1311,6 @@ interceptor.register(int_fn)
shadows enable
shadow_blur_radius 10
- for_window [app_id="foot"] opacity 0.9
for_window [class="Emacs"] opacity 0.9
for_window [app_id="qutebrowser"] opacity 0.9
for_window [app_id="vesktop"] opacity 0.9