From d241e20ba595a71e1e878ccc47030b125bd57362 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:06:51 +0300 Subject: [PATCH] remove picom --- config/dwm/config.def.h | 1 - hosts/sakotop/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 49cd5215..5895f3be 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -34,7 +34,6 @@ static const char *colors[][3] = { static const char *const autostart[] = { "/home/sako/.dwmscripts/bar.sh", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, - "picom", NULL, "nm-applet", NULL, "blueman-applet", NULL, "keepassxc", NULL, diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index f4cb9a07..1efc57b4 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 = {