removed picom on capibara

feat/kile-v2
Ricard Illa 2022-10-16 15:44:23 +02:00
parent 3dff64b5ba
commit b11ea76d46
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
3 changed files with 11 additions and 10 deletions

View File

@ -7,6 +7,7 @@ let
};
in desktopConfig // {
imports = [ ./common.nix ./autorandr/capibara.nix ];
services.picom.enable = false;
home.file.".xinitrc".text = ''
exec ${config.home.homeDirectory}/.xsession
'';

View File

@ -2,16 +2,6 @@
let wallpapers = "${config.home.homeDirectory}/Images/wallpapers/enabled";
in {
services.picom = {
enable = true;
fade = false;
shadow = true;
backend = "glx";
shadowExclude = [ "name ~= 'stalonetray'" ];
settings.unredir-if-possible = false;
vSync = true;
};
services.random-background = {
enable = true;
enableXinerama = true;

View File

@ -10,6 +10,16 @@ let
in desktopConfig // {
imports = [ ./common.nix ./autorandr/trantor.nix ];
services.picom = {
enable = true;
fade = false;
shadow = true;
backend = "glx";
shadowExclude = [ "name ~= 'stalonetray'" ];
settings.unredir-if-possible = false;
vSync = true;
};
home.file.".xinitrc".text = ''
${pkgs.xorg.xrandr}/bin/xrandr --setprovideroutputsource modesetting NVIDIA-0
${pkgs.xorg.xrandr}/bin/xrandr --auto