summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 7daff6cd..08892d85 100644
--- a/hel.nix
+++ b/hel.nix
@@ -636,7 +636,7 @@
636 services.compton = { 636 services.compton = {
637 enable = true; 637 enable = true;
638 backend = "glx"; 638 backend = "glx";
639 vSync = "opengl-swc"; 639 vSync = true;
640 extraOptions = '' 640 extraOptions = ''
641 glx-swap-method = 3; 641 glx-swap-method = 3;
642 xrender-sync = true; 642 xrender-sync = true;