[NixOS] Remove picom inactive dim

This commit is contained in:
Ivan Malison 2024-03-21 15:16:01 -06:00
parent fde42131d2
commit 487aae9a58

View File

@ -1,4 +1,4 @@
{ config, pkgs, options, inputs, forEachUser, makeEnable, ... }:
{ config, pkgs, inputs, forEachUser, makeEnable, ... }:
makeEnable config "modules.xmonad" true {
nixpkgs.overlays = with inputs; [
xmonad.overlay
@ -104,7 +104,6 @@ makeEnable config "modules.xmonad" true {
};
settings = {
inactive-dim = 0.2;
focus-exclude = ["class_g ?= 'rofi'" "class_g ?= 'Steam'"];
rounded-corners-exclude = [
"! name~=''" # Qtile == empty wm_class..