From a866dc29c7c892cae2a60e7f300ba50f0de7091f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 26 Aug 2024 06:07:40 -0400 Subject: [PATCH] dwm(picom): Add opacity for thunar Replicates the Hyprland setup. --- specializations/dwm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 832e1a9e..e2d2991d 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -112,6 +112,10 @@ in shadowExclude = fadeExclude; + opacityRules = [ + "95:class_g = 'Thunar'" + ]; + settings = { blur = { method = "dual_kawase";