summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index a5f9d652..40a47987 100644
--- a/hel.nix
+++ b/hel.nix
@@ -587,8 +587,14 @@
587 dbe = true; 587 dbe = true;
588 glx-swap-method = 3; 588 glx-swap-method = 3;
589 xrender-sync = true; 589 xrender-sync = true;
590 xrender-sync-fence = true;
590 shadow = true; 591 shadow = true;
591 fading = true; 592 fading = true;
593 fade-delta = 10;
594 fade-in-step = 0.1;
595 fade-out-step = 0.1;
596 shadow-opacity = 0.125;
597 xinerama-shadow-crop = true;
592 ''; 598 '';
593 }; 599 };
594 600