about summary refs log tree commit diff
path: root/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'desktop.nix')
-rw-r--r--desktop.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop.nix b/desktop.nix
index 12149a0728..2ea6cf6235 100644
--- a/desktop.nix
+++ b/desktop.nix
@@ -14,6 +14,11 @@ in {
     displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
   };
 
+
+  # Apparently when you have house guests they complain about your screen tearing!
+  services.compton.enable = true;
+  services.compton.backend = "xrender";
+
   # Configure desktop environment:
   services.xserver.windowManager.session = lib.singleton {
     name = "exwm";