re-enabled picom for capibara, issues seem fixed
parent
bcb49902dd
commit
7c59aea89d
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue