summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sif.nix b/sif.nix
index 43cdde9e..22391a88 100644
--- a/sif.nix
+++ b/sif.nix
@@ -393,7 +393,7 @@
393 393
394 services.compton = { 394 services.compton = {
395 enable = true; 395 enable = true;
396 backend = "xrender"; 396 backend = "glx";
397 vSync = true; 397 vSync = true;
398 settings = { 398 settings = {
399 glx-swap-method = 3; 399 glx-swap-method = 3;