1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
home-manager/tests/modules/services/picom/picom-basic-configuration-expected.conf
2025-10-25 21:15:52 -05:00

26 lines
708 B
Text

active-opacity = 1.000000;
backend = "xrender";
dbe = true;
fade-delta = 5;
fade-exclude = [ "window_type *= 'menu'" , "name ~= 'Firefox$'" , "focused = 1" ];
fade-in-step = 0.040000;
fade-out-step = 0.040000;
fading = true;
inactive-opacity = 1.000000;
opacity-rule = [ ];
shadow = true;
shadow-exclude = [ "window_type *= 'menu'" , "name ~= 'Firefox$'" , "focused = 1" ];
shadow-offset-x = -10;
shadow-offset-y = -15;
shadow-opacity = 0.800000;
unredir-if-possible = true;
vsync = true;
wintypes: { dropdown_menu = { opacity = 1.000000; }; popup_menu = { opacity = 1.000000; }; };
animations = (
{
triggers = [ "open", "show" ];
preset = "slide-in";
direction = "up";
duration = 0.2;
}
)