diff options
author | Ben Sima <ben@bsima.me> | 2022-11-17 16:41:36 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-17 16:41:36 -0500 |
commit | a0864a1754debbf9eb93ceeb4886feb283b97160 (patch) | |
tree | 09ff33a3b2ba6d19144a686a7feb14965df53522 | |
parent | 6bfb7ef9e6b590b3eeaa3bb0ea022251230f11a4 (diff) |
bit more transparency
Change-Id: I4a1774ffaa5d8587888c800e0f8a9df170293997
-rw-r--r-- | profiles/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index cf8b708..b23e08d 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -82,7 +82,7 @@ vSync = true; # Transparency/Opacity - inactiveOpacity = 0.80; + inactiveOpacity = 0.70; activeOpacity = 0.95; opacityRules = [ "100:class_g *?= 'Firefox'" |