1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 19:38:32 +02:00
home-manager/tests/modules/services/picom/picom-basic-configuration-expected.conf
Thiago Kenji Okada b908e61dfa
picom: sync module with the NixOS version
This brings a few advantages:

- Use of float instead of strings to represent float values,

- Use of structure settings, and

- Better type checking for some settings

Also add thiagokokada as codeowner of picom.
2022-07-12 11:21:49 +02:00

18 lines
583 B
Plaintext

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; }; };