diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-21 21:19:43 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-21 21:19:43 +0530 |
| commit | 3f07b159c4f5d03066699001cbc13d8725e75d71 (patch) | |
| tree | 06a70ce64fba170b21d8df847a223539afa233fc /configuration.nix | |
| parent | 4880564f84797f240abc8860f97abe508e0172f5 (diff) | |
| download | nixos-config-3f07b159c4f5d03066699001cbc13d8725e75d71.tar.gz nixos-config-3f07b159c4f5d03066699001cbc13d8725e75d71.zip | |
Removes picom
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 32 |
1 files changed, 16 insertions, 16 deletions
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; |
