about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-04-03 20:54:18 +0100
committerdevhell <devhell@mailfresser.de>2019-04-03 20:55:02 +0100
commitab2a46a56a99d3707b04dc217911da243af890cf (patch)
tree25832e6cb5ca469abae4e078ea513c08fe574665 /machines
parent0ea4fa96f4e6a1de27f50a97db9007e14958547d (diff)
machines/titan: Enable glx and vsync for compton
Diffstat (limited to 'machines')
-rw-r--r--machines/devhell/titan.nix2
1 files changed, 2 insertions, 0 deletions
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;
     '';