mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
26 lines
708 B
Text
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;
|
|
}
|
|
)
|