fix: use-damage=false for capibara's picom

feat/kile-v2
Ricard Illa 2022-03-15 08:23:33 +01:00
parent 80bbb3d24b
commit 8c14b2bb68
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 7 additions and 0 deletions

View File

@ -10,4 +10,11 @@ in desktopConfig // {
home.file.".xinitrc".text = ''
exec ${config.home.homeDirectory}/.xsession
'';
services.picom = {
backend = "glx";
extraOptions = ''
use-damage=false;
'';
};
}