From 3918385f29e01e0f17eaf074d4832af581e8e687 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 16 Oct 2017 23:54:10 +0200 Subject: nixos/compton: use xrender by default --- nixos/modules/services/x11/compton.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix index fcccf98c9cff..8701354b5285 100644 --- a/nixos/modules/services/x11/compton.nix +++ b/nixos/modules/services/x11/compton.nix @@ -182,7 +182,7 @@ in { backend = mkOption { type = types.enum [ "glx" "xrender" ]; - default = "glx"; + default = "xrender"; description = '' Backend to use: glx or xrender. ''; -- cgit 1.4.1