From 25ba523adb9cd7a9252048ce36a88eeeea1e1c3c Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 4 Feb 2018 18:19:23 +0000 Subject: machines/eris: Add compton service This is quite neat, so eris should also move to a compton service. --- machines/devhell/eris.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix index a0ea6da5..ea4b8a46 100644 --- a/machines/devhell/eris.nix +++ b/machines/devhell/eris.nix @@ -95,6 +95,13 @@ ''; }; + services.compton = { + enable = true; + extraOptions = '' + inactive-dim = 0.2; + ''; + }; + services.xserver = { enable = true; layout = "gb"; @@ -112,7 +119,7 @@ ${pkgs.xorg.xsetroot}/bin/xsetroot -solid black ${pkgs.networkmanagerapplet}/bin/nm-applet & #${pkgs.pasystray}/bin/pasystray & - ${pkgs.compton}/bin/compton -f & + #${pkgs.compton}/bin/compton -f & ${pkgs.rofi}/bin/rofi & ${pkgs.xorg.xrdb}/bin/xrdb "${pkgs.writeText "xrdb.conf" '' Xft.dpi: 96 -- cgit 1.4.1