aboutsummaryrefslogtreecommitdiff
path: root/services/picom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/picom.nix')
-rw-r--r--services/picom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/picom.nix b/services/picom.nix
index 07f8f58..77555cd 100644
--- a/services/picom.nix
+++ b/services/picom.nix
@@ -5,7 +5,7 @@
5 5
6{ 6{
7 services.picom = { 7 services.picom = {
8 enable = true; 8 enable = false;
9 backend = "xrender"; 9 backend = "xrender";
10 fade = true; 10 fade = true;
11 fadeDelta = 10; 11 fadeDelta = 10;