diff --git a/config.def.h b/config.def.h index 8de66a1..11606ac 100644 --- a/config.def.h +++ b/config.def.h @@ -22,7 +22,8 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "st", NULL, + "nitrogen", "--restore", + "polybar", NULL NULL /* terminate */ }; diff --git a/config.h b/config.h index ea12307..39dd4d2 100644 --- a/config.h +++ b/config.h @@ -22,7 +22,9 @@ static const char *colors[][3] = { [SchemeSel] = { col_gruvbox15, col_gruvbox0_medium }, }; static const char *const autostart[] = { - "nitrogen", "--restore", + "nitrogen", "--restore", NULL, + "picom", NULL, + "dunst", NULL, NULL }; diff --git a/drw.o b/drw.o deleted file mode 100644 index 0ec7815..0000000 Binary files a/drw.o and /dev/null differ diff --git a/dwm b/dwm deleted file mode 100755 index 4ba4a76..0000000 Binary files a/dwm and /dev/null differ diff --git a/dwm.o b/dwm.o deleted file mode 100644 index aa47d16..0000000 Binary files a/dwm.o and /dev/null differ diff --git a/util.o b/util.o deleted file mode 100644 index 3b48c2f..0000000 Binary files a/util.o and /dev/null differ