From ab2a46a56a99d3707b04dc217911da243af890cf Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 3 Apr 2019 20:54:18 +0100 Subject: machines/titan: Enable glx and vsync for compton --- machines/devhell/titan.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines') diff --git a/machines/devhell/titan.nix b/machines/devhell/titan.nix index 11b7dd30..e2c458f4 100644 --- a/machines/devhell/titan.nix +++ b/machines/devhell/titan.nix @@ -110,6 +110,8 @@ services.compton = { enable = true; + backend = "glx"; + vSync = "drm"; extraOptions = '' inactive-dim = 0.2; ''; -- cgit 1.4.1