diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 0da08d96..226f6ee8 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -26,7 +26,11 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "st", NULL, + "/home/sako/.dwmscripts/bar.sh", NULL, + "picom", NULL, + "keepassxc", NULL, + "nm-applet", NULL, + "blueman-applet", NULL, NULL /* terminate */ }; diff --git a/config/dwmbar/bar.sh b/config/dwmbar/bar.sh old mode 100644 new mode 100755