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