commit c786a865c69e5a0288810f2c6e65c42360b3f3de
parent 802ec687cf090a10f2e7857d0c217cce3f11de28
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 3 Jul 2025 06:26:49 -0400
config.def.h: add and edit part of old birdwm's autostart programs
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -45,7 +45,14 @@ static Sp scratchpads[] = {
static const char *const autostart[] = {
- "st", NULL,
+ "pipewire", NULL,
+ "pipewire-pulse", NULL,
+ "wireplumber", NULL,
+ "gnome-keyring-daemon", "-f", NULL,
+ "picom", NULL,
+ "slstatus", NULL,
+ "com.github.zocker_160.SyncThingy", NULL,
+ "mpd", "--no-daemon", NULL,
NULL /* terminate */
};