diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 44880344..57bc022b 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -21,6 +21,7 @@ static const char *colors[][3] = { static const char *const autostart[] = { "feh", "--bg-scale", "/home/sako/background.png", NULL, "xsetroot", "-cursor_name", "left_ptr", NULL, + "picom", NULL, "keepassxc", NULL, NULL /* terminate */ }; diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index bd60c885..97b274cc 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -19,10 +19,8 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = false; dwm.enable = true; - awesome.enable = false; - picom.enable = false; + picom.enable = true; dunst.enable = true; browsers = { firefox.enable = true;