From 903f1032cfe5881c6f158348a6ab3c7d417f1175 Mon Sep 17 00:00:00 2001 From: devhell Date: Fri, 21 Aug 2020 17:52:36 +0100 Subject: profiles/services: compton -> picom At some point compton was renamed to picom, we have an alias for it, but I feel better if it's using the new name. --- modules/user/devhell/profiles/services.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix index 3fc96575..8fa6cad1 100644 --- a/modules/user/devhell/profiles/services.nix +++ b/modules/user/devhell/profiles/services.nix @@ -33,11 +33,13 @@ in { geoclue2.enable = true; redshift.enable = true; - compton = { + picom = { enable = true; vSync = true; backend = "glx"; - settings = { inactive-dim = 0.2; }; + settings = { + inactive-dim = 0.2; + }; }; }; -- cgit 1.4.1