diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index cb5e2060..e6d996c9 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -32,7 +32,6 @@ static const char *colors[][3] = { static const char *const autostart[] = { "xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, - "dwmblocks", NULL, "nm-applet", NULL, "blueman-applet", NULL, "keepassxc", NULL, diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index d2c14ea1..829fea52 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -18,7 +18,7 @@ awesome.enable = false; dwm = { enable = true; - dwmblocks.enable = true; + dwmblocks.enable = false; }; gnome.enable = false; dunst.enable = true;