diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index a7990cf0..c8e08065 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -24,11 +24,13 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { + "/home/sako/.dwmscripts/bar.sh", NULL, "feh", "--bg-scale", "/home/sako/background.png", NULL, "xsetroot", "-cursor_name", "left_ptr", NULL, "picom", NULL, - "/home/sako/.dwmscripts/bar.sh", NULL, "keepassxc", NULL, + "nm-applet", NULL, + "blueman-applet", NULL, NULL /* terminate */ };