From 487aae9a5811084c98772820d95ff77637ef68b1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 21 Mar 2024 15:16:01 -0600 Subject: [PATCH] [NixOS] Remove picom inactive dim --- nixos/xmonad.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index 846e8f21..d8073f13 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -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..