picom details

feat/kile-v2
Ricard Illa 2022-08-13 14:12:27 +02:00
parent 162fc713c8
commit 68f43f0b28
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 1 additions and 6 deletions

View File

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

View File

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