re-enabled picom for capibara, issues seem fixed

feat/kile-v2
Ricard Illa 2022-11-08 13:59:41 +01:00
parent bcb49902dd
commit 7c59aea89d
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 8 additions and 1 deletions

View File

@ -7,8 +7,15 @@ let
};
in desktopConfig // {
imports = [ ./common.nix ./autorandr/capibara.nix ];
services.picom.enable = false;
home.file.".xinitrc".text = ''
exec ${config.home.homeDirectory}/.xsession
'';
services.picom = {
enable = true;
fade = false;
shadow = true;
shadowExclude = [ "name ~= 'stalonetray'" ];
vSync = true;
};
}