mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-29 05:39:18 +02:00
dwm(picom): Add opacity for thunar
Replicates the Hyprland setup.
This commit is contained in:
parent
6b0876bfb4
commit
a866dc29c7
@ -112,6 +112,10 @@ in
|
|||||||
|
|
||||||
shadowExclude = fadeExclude;
|
shadowExclude = fadeExclude;
|
||||||
|
|
||||||
|
opacityRules = [
|
||||||
|
"95:class_g = 'Thunar'"
|
||||||
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
blur = {
|
blur = {
|
||||||
method = "dual_kawase";
|
method = "dual_kawase";
|
||||||
|
Loading…
Reference in New Issue
Block a user