picom details
parent
162fc713c8
commit
68f43f0b28
|
@ -8,6 +8,7 @@ in {
|
|||
shadow = true;
|
||||
backend = "glx";
|
||||
shadowExclude = [ "name ~= 'stalonetray'" ];
|
||||
settings.unredir-if-possible = false;
|
||||
vSync = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -16,10 +16,4 @@ in desktopConfig // {
|
|||
${pkgs.acpilight}/bin/xbacklight -set 100
|
||||
exec ${config.home.homeDirectory}/.xsession
|
||||
'';
|
||||
|
||||
services.picom = {
|
||||
vSync = true;
|
||||
settings.unredir-if-possible = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue