aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-12-21 21:19:43 +0530
committerAkshay Nair <phenax5@gmail.com>2020-12-21 21:19:43 +0530
commit3f07b159c4f5d03066699001cbc13d8725e75d71 (patch)
tree06a70ce64fba170b21d8df847a223539afa233fc
parent4880564f84797f240abc8860f97abe508e0172f5 (diff)
downloadnixos-config-3f07b159c4f5d03066699001cbc13d8725e75d71.tar.gz
nixos-config-3f07b159c4f5d03066699001cbc13d8725e75d71.zip
Removes picom
Diffstat (limited to '')
-rw-r--r--configuration.nix32
-rw-r--r--packages.nix2
2 files changed, 17 insertions, 17 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;
diff --git a/packages.nix b/packages.nix
index edc772e..7a8b3c4 100644
--- a/packages.nix
+++ b/packages.nix
@@ -62,7 +62,7 @@ let
pciutils
udiskie
feh
- picom
+ # picom
ffmpeg-full
# nm-applet