diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 9c906333..99940b79 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -33,7 +33,6 @@ static const char *colors[][3] = { static const char *const autostart[] = { "/home/sako/.dwmscripts/bar.sh", NULL, - "picom", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, "nm-applet", NULL, "blueman-applet", NULL, diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 1ac96a30..ccfd0c91 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -17,7 +17,7 @@ xmonad.enable = false; awesome.enable = false; dwm.enable = true; - picom.enable = true; + picom.enable = false; gnome.enable = false; dunst.enable = true; browsers = { diff --git a/modules/desktop/picom/default.nix b/modules/desktop/picom/default.nix index 0a2f8859..d713bd4e 100644 --- a/modules/desktop/picom/default.nix +++ b/modules/desktop/picom/default.nix @@ -10,7 +10,7 @@ in config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ - picom-jonaburg + picom ]; home-manager.users.sako = { pkgs, ...}: { xdg.configFile = {