diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/default.nix | 2 | ||||
-rw-r--r-- | services/picom.nix | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/services/default.nix b/services/default.nix index dda2992..83955bf 100644 --- a/services/default.nix +++ b/services/default.nix | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | imports = [ | 9 | imports = [ |
10 | ./dunst.nix | 10 | ./dunst.nix |
11 | # ./picom.nix | 11 | ./picom.nix |
12 | ./redshift.nix | 12 | ./redshift.nix |
13 | ./sxhkd.nix | 13 | ./sxhkd.nix |
14 | ./mbsync.nix | 14 | ./mbsync.nix |
diff --git a/services/picom.nix b/services/picom.nix index 08ba376..5def96a 100644 --- a/services/picom.nix +++ b/services/picom.nix | |||
@@ -11,7 +11,5 @@ | |||
11 | fadeDelta = 10; | 11 | fadeDelta = 10; |
12 | fadeSteps = [ "0.04" "0.04" ]; | 12 | fadeSteps = [ "0.04" "0.04" ]; |
13 | shadow = false; | 13 | shadow = false; |
14 | shadowOffsets = [ (-60) (-60) ]; | ||
15 | shadowOpacity = "0.20"; | ||
16 | }; | 14 | }; |
17 | } | 15 | } |