From 3f07b159c4f5d03066699001cbc13d8725e75d71 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 21 Dec 2020 21:19:43 +0530 Subject: Removes picom --- configuration.nix | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index c2e7c63..3769491 100644 --- a/configuration.nix +++ b/configuration.nix @@ -118,22 +118,22 @@ ${c1} ▝▀▀▀ ▀▀▀▀▘ ${c2}▀▀▀▘${res} cozette noto-fonts-emoji ]; - services.picom = { - enable = true; - inactiveOpacity = 0.8; - backend = "glx"; - settings = { - "inactive-dim" = 0.3; - "focus-exclude" = [ "class_g = 'dwm'" "class_g = 'dmenu'"]; - }; - opacityRules = [ - "98:class_g = 'St' && focused" - "85:class_g = 'St' && !focused" - "90:class_g = 'qutebrowser' && !focused" - "100:class_g = 'qutebrowser' && focused" - ]; - menuOpacity = 0.9; - }; + #services.picom = { + #enable = true; + #inactiveOpacity = 0.8; + #backend = "glx"; + #settings = { + #"inactive-dim" = 0.3; + #"focus-exclude" = [ "class_g = 'dwm'" "class_g = 'dmenu'"]; + #}; + #opacityRules = [ + #"98:class_g = 'St' && focused" + #"85:class_g = 'St' && !focused" + #"90:class_g = 'qutebrowser' && !focused" + #"100:class_g = 'qutebrowser' && focused" + #]; + #menuOpacity = 0.9; + #}; # Enable CUPS to print documents. # services.printing.enable = true; -- cgit v1.3.1